]> source.dussan.org Git - gitignore.git/log
gitignore.git
10 years agoimprove umbraco ignores 1013/head
Ben Bodenmiller [Sun, 13 Apr 2014 20:53:34 +0000 (13:53 -0700)]
improve umbraco ignores

10 years agoMerge branch 'fix-846'
Carl Suster [Fri, 21 Mar 2014 01:57:57 +0000 (12:57 +1100)]
Merge branch 'fix-846'

Support for Phalcon, a PHP Framework

Manually fixed up the rules in the original PR to be consistent with our
omission of the trailing asterisk elsewhere. Fixes #846.

10 years agoRemove trailing asterisks in Phalcon rules
Carl Suster [Fri, 21 Mar 2014 01:57:41 +0000 (12:57 +1100)]
Remove trailing asterisks in Phalcon rules

10 years agoMerge branch 'fix-921'
Carl Suster [Fri, 21 Mar 2014 01:48:39 +0000 (12:48 +1100)]
Merge branch 'fix-921'

This is #921 without the addition of editor-specific rules.

10 years agoIncrease the specificity of PlayFramework rules
Torben Werner [Fri, 21 Mar 2014 01:46:27 +0000 (12:46 +1100)]
Increase the specificity of PlayFramework rules

The original ignore was far too general and results in eliminating packages
named "db" or "project", for example. These are not that uncommon for package
names. Fixes #921.

10 years agoMerge pull request #967 from tjgrilley/tex-R-updates
Carl Suster [Fri, 21 Mar 2014 01:20:29 +0000 (12:20 +1100)]
Merge pull request #967 from tjgrilley/tex-R-updates

Rules for TeX packages sagetex and sympytex; Rdata

10 years agoMerge pull request #1007 from fabiensanglard/Xcode
Carl Suster [Wed, 19 Mar 2014 23:22:50 +0000 (10:22 +1100)]
Merge pull request #1007 from fabiensanglard/Xcode

Extract XCode to a Global/ template

10 years agoAdd Xcode support. 1007/head
MacPro: Fabien Sanglard [Wed, 19 Mar 2014 23:14:15 +0000 (19:14 -0400)]
Add Xcode support.

10 years agoMerge pull request #1006 from munkhoff/add-slickedit-gitignore
Carl Suster [Wed, 19 Mar 2014 06:44:44 +0000 (17:44 +1100)]
Merge pull request #1006 from munkhoff/add-slickedit-gitignore

Add Global/SlickEdit.gitignore template

10 years agoEdit comment in Global/SlickEdit.gitignore 1006/head
John Munkhoff [Wed, 19 Mar 2014 06:37:25 +0000 (23:37 -0700)]
Edit comment in Global/SlickEdit.gitignore

Remove unnecessary wording about negative ignore rules.

10 years agoMerge pull request #998 from kylef/patch-1
Carl Suster [Wed, 19 Mar 2014 02:01:09 +0000 (13:01 +1100)]
Merge pull request #998 from kylef/patch-1

[Objective-C] Comment out CocoaPods rules

10 years agoAdd Global/SlickEdit.gitignore file
John Munkhoff [Tue, 18 Mar 2014 23:21:03 +0000 (16:21 -0700)]
Add Global/SlickEdit.gitignore file

This commit adds a global ignore file for SlickEdit, a commercial editor.

SlickEdit will create the following files when the user sets up a workspace:

*.vpw       Workspace file. Contains a list of project files associated with
            the workspace.
*.vpj       Project file. Contains the project’s settings, including the list
            of source files.
*.vpwhist   Workspace history file for Windows. Contains user session
            information (list of open files, debugger breakpoints, etc.)
*.vpwhistu  Workspace history file for UNIX/Linux/MacOSX. (Same as above.)
*.vtg       Workspace tag file. Contains a database of source code symbols.

It is assumed that GitHub users will generally not want to store their
workspace and project files in a repository, so those files are ignored
globally.  However, those files do not contain user-specific data so they
could be stored in a repository and shared among developers if desired for
a particular project.  This can be done by adding rules like ’!*.vpw’ and
‘!*.vpj’ to the project’s .gitignore file.

The workspace history and tag files contain user-specific data, so they
should not be stored in a repository.

For more information, download the PDF user guide from:
http://www.slickedit.com/products/slickedit/product-documentation

Note: The user guide is 1400 pages long and over 13MB in size.

Searching for ‘vpwhist’ will lead to the section that discusses storing
these files in a repository.

10 years ago[Objective-C] Add a note about CocoaPod's Pods/ 998/head
Kyle Fuller [Tue, 18 Mar 2014 15:40:11 +0000 (15:40 +0000)]
[Objective-C] Add a note about CocoaPod's Pods/

10 years agoMerge pull request #1002 from munkhoff/qmake-stash-and-dot-moc
Carl Suster [Tue, 18 Mar 2014 06:31:18 +0000 (17:31 +1100)]
Merge pull request #1002 from munkhoff/qmake-stash-and-dot-moc

Update Qt.gitignore with rules from qmake

10 years agoUpdate Qt.gitignore 1002/head
John Munkhoff [Mon, 17 Mar 2014 06:04:52 +0000 (23:04 -0700)]
Update Qt.gitignore
- Ignore '*.moc' files (foo.moc created when foo.cpp contains a Q_OBJECT.)
- Ignore '/.qmake.cache' and '/.qmake.stash' as does the official Qt Creator project.

10 years agoMerge pull request #1001 from teslitsky/opencart
Carl Suster [Sun, 16 Mar 2014 11:32:53 +0000 (22:32 +1100)]
Merge pull request #1001 from teslitsky/opencart

Add OpenCart template

10 years agoMerge pull request #991 from devoncarew/patch-1
Carl Suster [Sun, 16 Mar 2014 05:47:06 +0000 (16:47 +1100)]
Merge pull request #991 from devoncarew/patch-1

Update Dart template for pub, dart2js

10 years agoMerge pull request #993 from tacahilo/add-packer
Carl Suster [Sun, 16 Mar 2014 05:42:19 +0000 (16:42 +1100)]
Merge pull request #993 from tacahilo/add-packer

Add a support for packer

10 years agoCreate OpenCart.gitignore 1001/head
Dmitry Teslitsky [Sat, 15 Mar 2014 20:46:14 +0000 (22:46 +0200)]
Create OpenCart.gitignore

Ignore OpenCart config files, images, cache and logs.

10 years ago[Objective-C] Remove CocoaPods ignores
Kyle Fuller [Thu, 13 Mar 2014 09:28:13 +0000 (09:28 +0000)]
[Objective-C] Remove CocoaPods ignores

We shouldn't be ignoring these, it's down to the user and we shouldn't enforce them to ignore the `Pods/` directory

http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?

10 years agoAdd a support for packer 993/head
Takahiro OKUMURA [Sun, 9 Mar 2014 05:35:00 +0000 (14:35 +0900)]
Add a support for packer

http://www.packer.io/

10 years agoUpdate Dart.gitignore 991/head
Devon Carew [Sat, 8 Mar 2014 08:45:00 +0000 (00:45 -0800)]
Update Dart.gitignore

- add the `build/` directory to the .gitignore list (now created by pub).
- add the `.dart.precompiled.js` files (created by dart2js) to the ignore list.

And, sort and re-order the file.

10 years agoMerge pull request #990 from chiragsanghavi/master
Carl Suster [Sat, 8 Mar 2014 00:02:37 +0000 (11:02 +1100)]
Merge pull request #990 from chiragsanghavi/master

Remove duplicate line in Global/webMethods template

10 years agoremoved duplicate 990/head
chirag sanghavi [Fri, 7 Mar 2014 22:27:59 +0000 (17:27 -0500)]
removed duplicate

10 years agoMerge pull request #989 from ssinss/patch-1
Adam Roben [Thu, 6 Mar 2014 15:31:33 +0000 (10:31 -0500)]
Merge pull request #989 from ssinss/patch-1

Update JetBrains.gitignore

10 years agoUpdate JetBrains.gitignore 989/head
ssinss [Thu, 6 Mar 2014 15:10:38 +0000 (00:10 +0900)]
Update JetBrains.gitignore

10 years agoMerge pull request #988 from arcresu/objc-rm-osx
Adam Roben [Thu, 6 Mar 2014 14:09:30 +0000 (09:09 -0500)]
Merge pull request #988 from arcresu/objc-rm-osx

[Objective-C] Remove global rule

10 years agoMerge pull request #987 from arcresu/chef-rm-global
Adam Roben [Thu, 6 Mar 2014 14:08:54 +0000 (09:08 -0500)]
Merge pull request #987 from arcresu/chef-rm-global

[ChefCookbook] Remove global rules and lockfiles

10 years agoMerge pull request #986 from arcresu/rm-rubymotion
Adam Roben [Thu, 6 Mar 2014 14:08:00 +0000 (09:08 -0500)]
Merge pull request #986 from arcresu/rm-rubymotion

Merge RubyMotion into Ruby

10 years agoRemove lockfiles from Chef template 987/head
Carl Suster [Thu, 6 Mar 2014 13:24:00 +0000 (00:24 +1100)]
Remove lockfiles from Chef template

10 years agoRemove global rules from Chef template
Carl Suster [Thu, 6 Mar 2014 13:23:40 +0000 (00:23 +1100)]
Remove global rules from Chef template

10 years agoRemove OSX-specific rule from ObjectiveC template 988/head
Carl Suster [Thu, 6 Mar 2014 13:20:51 +0000 (00:20 +1100)]
Remove OSX-specific rule from ObjectiveC template

10 years agoMerge RubyMotion into Ruby 986/head
Carl Suster [Thu, 6 Mar 2014 13:15:40 +0000 (00:15 +1100)]
Merge RubyMotion into Ruby

10 years agoMerge pull request #983 from hugovk/patch-1
Carl Suster [Thu, 6 Mar 2014 11:49:17 +0000 (22:49 +1100)]
Merge pull request #983 from hugovk/patch-1

Ignore coverage results from coverage.py

10 years agoMerge pull request #982 from arcresu/vs-strip-global
Carl Suster [Thu, 6 Mar 2014 11:47:35 +0000 (22:47 +1100)]
Merge pull request #982 from arcresu/vs-strip-global

[VisualStudio] Remove Windows OS rules

10 years agoMerge pull request #984 from ashic/patch-1
Carl Suster [Thu, 6 Mar 2014 11:37:11 +0000 (22:37 +1100)]
Merge pull request #984 from ashic/patch-1

Remove a trailing asterisk for stylistic consistency

10 years agoPackages folder is ignored correctly 984/head
Ashic Mahtab [Thu, 6 Mar 2014 11:25:15 +0000 (11:25 +0000)]
Packages folder is ignored correctly

10 years agoIgnore coverage results 983/head
hugovk [Thu, 6 Mar 2014 08:07:26 +0000 (10:07 +0200)]
Ignore coverage results

coverage.py creates HTML reports in the htmlcov directory (this tool can also be used with coveralls.io)
http://nedbatchelder.com/code/coverage/
https://pypi.python.org/pypi/coverage

10 years agoRemove Windows OS rules from VS template 982/head
Carl Suster [Sun, 2 Mar 2014 01:30:20 +0000 (12:30 +1100)]
Remove Windows OS rules from VS template

10 years agoMerge pull request #979 from zman97211/master
Carl Suster [Fri, 28 Feb 2014 21:52:21 +0000 (08:52 +1100)]
Merge pull request #979 from zman97211/master

Rename IgnorePackages back to VisualStudio.gitignore.

10 years agoMerge pull request #978 from stuartpb/patch-3
Carl Suster [Fri, 28 Feb 2014 21:50:49 +0000 (08:50 +1100)]
Merge pull request #978 from stuartpb/patch-3

Fix comments in Dart template

10 years agoMerge pull request #977 from stuartpb/patch-2
Carl Suster [Fri, 28 Feb 2014 21:50:06 +0000 (08:50 +1100)]
Merge pull request #977 from stuartpb/patch-2

Remove overly-permissive data file rules from Node template

10 years agoRename IgnorePackages back to VisualStudio.gitignore. 979/head
Steve Ziuchkovski [Fri, 28 Feb 2014 21:14:58 +0000 (16:14 -0500)]
Rename IgnorePackages back to VisualStudio.gitignore.

10 years agoFix comments in Dart.gitignore 978/head
Stuart P. Bentley [Fri, 28 Feb 2014 20:51:18 +0000 (12:51 -0800)]
Fix comments in Dart.gitignore

.gitignore uses `#` for comments, not `//`

10 years agoRemove Results classes from Node gitignore 977/head
Stuart P. Bentley [Fri, 28 Feb 2014 20:46:45 +0000 (12:46 -0800)]
Remove Results classes from Node gitignore

These aren't really common patterns in the Node world, and if a Node project includes one of these types as files, they're as likely to want to include them in the project as not (`*.csv` is as likely to be a data source as `*.json`).

10 years agoUpdate TeX.gitignore to be in alphabetical order 967/head
Tim Grilley [Fri, 28 Feb 2014 17:16:13 +0000 (11:16 -0600)]
Update TeX.gitignore to be in alphabetical order

10 years agoMerge pull request #913 from stuartpb/node-patch
Adam Roben [Fri, 28 Feb 2014 16:37:41 +0000 (11:37 -0500)]
Merge pull request #913 from stuartpb/node-patch

Refactor Node.gitignore with comments

10 years agoReduce comments
Adam Roben [Fri, 28 Feb 2014 16:34:11 +0000 (11:34 -0500)]
Reduce comments

10 years agoMerge branch 'master' of https://github.com/github/gitignore into stuartpb-node-patch
Adam Roben [Fri, 28 Feb 2014 16:36:57 +0000 (11:36 -0500)]
Merge branch 'master' of https://github.com/github/gitignore into stuartpb-node-patch

Conflicts:
Node.gitignore

10 years agoMerge pull request #969 from MisterJames/VisualStudioIgnore
Phil Haack [Fri, 28 Feb 2014 16:32:45 +0000 (08:32 -0800)]
Merge pull request #969 from MisterJames/VisualStudioIgnore

Enable Ignore of NuGet Packages Folder By Default

10 years agoMerge pull request #963 from tioui/eiffelstudio
Carl Suster [Fri, 28 Feb 2014 12:26:00 +0000 (23:26 +1100)]
Merge pull request #963 from tioui/eiffelstudio

Adding a global template for EiffelStudio

10 years agoMerge pull request #945 from arcresu/sass-cache
Carl Suster [Fri, 28 Feb 2014 12:21:39 +0000 (23:21 +1100)]
Merge pull request #945 from arcresu/sass-cache

Simplify sass cache rules

10 years agoMerge pull request #975 from DenJohX/patch-1
Carl Suster [Fri, 28 Feb 2014 06:51:27 +0000 (17:51 +1100)]
Merge pull request #975 from DenJohX/patch-1

Added rule for directory config under KDE to Linux template

10 years agoAdded ignore for directory config under KDE 975/head
Dennis Xiloj [Fri, 28 Feb 2014 06:26:43 +0000 (00:26 -0600)]
Added ignore for directory config under KDE

Dolphin, the KDE file manager, writes specific directory configuration in .directory files.

10 years agoMerge pull request #973 from CodeBlock/idris
Carl Suster [Fri, 28 Feb 2014 03:02:44 +0000 (14:02 +1100)]
Merge pull request #973 from CodeBlock/idris

Add an Idris template

10 years agoAdd an Idris gitignore 973/head
Ricky Elrod [Mon, 24 Feb 2014 08:07:24 +0000 (03:07 -0500)]
Add an Idris gitignore

10 years agoMerge pull request #970 from wzhishen/master
Carl Suster [Fri, 28 Feb 2014 02:42:14 +0000 (13:42 +1100)]
Merge pull request #970 from wzhishen/master

Update Leiningen.gitignore with checkouts and lein-failures rules

10 years agoMove the EiffelStudio.gitignore in the Global directory 963/head
Louis M [Fri, 28 Feb 2014 02:41:28 +0000 (21:41 -0500)]
Move the EiffelStudio.gitignore in the Global directory

10 years agoUpdate Leiningen.gitignore 970/head
Zhishen (Jason) Wen [Fri, 28 Feb 2014 02:27:21 +0000 (21:27 -0500)]
Update Leiningen.gitignore

10 years agoMerge pull request #972 from CodeBlock/haskell-typo
Carl Suster [Fri, 28 Feb 2014 01:56:11 +0000 (12:56 +1100)]
Merge pull request #972 from CodeBlock/haskell-typo

Fix typo in Haskell template

10 years agoFix typo in haskell gitignore 972/head
Ricky Elrod [Mon, 24 Feb 2014 08:07:48 +0000 (03:07 -0500)]
Fix typo in haskell gitignore

10 years agoMerge pull request #960 from SamWhited/patch-1
Carl Suster [Fri, 28 Feb 2014 00:26:56 +0000 (11:26 +1100)]
Merge pull request #960 from SamWhited/patch-1

Ignore signed pom files in leiningen projects

10 years agoMerge pull request #964 from ohmanger/patch-1
Carl Suster [Fri, 28 Feb 2014 00:19:29 +0000 (11:19 +1100)]
Merge pull request #964 from ohmanger/patch-1

Ignore log of applied patches in Magento.gitignore

10 years agoEnable Ignore of NuGet Packages Folder By Default 969/head
James Chambers [Thu, 27 Feb 2014 19:12:05 +0000 (14:12 -0500)]
Enable Ignore of NuGet Packages Folder By Default

Submitting this for consideration.

The first thing that I do on every new project is to go in and uncomment the packages folder. With the prevalence of NuGet and prominence of its use in the Visual Studio environment, along with how well package restore *just works* now, I believe this should be the default.

While I understand that package restore isn't on by default, I would argue that the types of developers using NuGet _and_ a distributed SCM are the types of developers that would omit the binaries from source control.

10 years agoTeX.gitignore - Updated to include ignores for intermediate sagetex and sympytex...
Tim Grilley [Thu, 27 Feb 2014 13:06:43 +0000 (07:06 -0600)]
TeX.gitignore - Updated to include ignores for intermediate sagetex and sympytex files

10 years agoR.gitignore - Added .Rdata files
Tim Grilley [Thu, 27 Feb 2014 12:45:11 +0000 (06:45 -0600)]
R.gitignore - Added .Rdata files

10 years agoIgnore log of applied patches 964/head
Mike Manger [Tue, 25 Feb 2014 11:47:19 +0000 (11:47 +0000)]
Ignore log of applied patches

Magento keeps a log of official patches applied in this file.

10 years agoAdding the EiffelStudio .gitingore file.
Louis M [Mon, 24 Feb 2014 15:19:00 +0000 (10:19 -0500)]
Adding the EiffelStudio .gitingore file.

10 years agoIgnore signed pom files in leiningen projects 960/head
Sam Whited [Mon, 24 Feb 2014 00:22:13 +0000 (19:22 -0500)]
Ignore signed pom files in leiningen projects

Pom files are commonly signed before deploy as part of the build/signoff process

10 years agoRemove old sass-cache rule for Rails 945/head
Carl Suster [Wed, 12 Feb 2014 11:09:54 +0000 (22:09 +1100)]
Remove old sass-cache rule for Rails

10 years agoMerge Sass and Compass templates
Carl Suster [Wed, 12 Feb 2014 11:09:34 +0000 (22:09 +1100)]
Merge Sass and Compass templates

10 years agoMerge pull request #954 from krtek/patch-1
Carl Suster [Wed, 19 Feb 2014 00:30:51 +0000 (11:30 +1100)]
Merge pull request #954 from krtek/patch-1

Removed IDE-specific rules from Grails template

10 years agoRemoved IDE support files entirely 954/head
Lukáš Marek [Wed, 19 Feb 2014 00:16:52 +0000 (01:16 +0100)]
Removed IDE support files entirely

Those files should be in Global/ templates

10 years agoRemoved JetBrains *.iws files
Lukáš Marek [Tue, 18 Feb 2014 23:30:31 +0000 (00:30 +0100)]
Removed JetBrains *.iws files

This entry should be (and is) rather in Global/JetBrains.gitignore

10 years agoMerge pull request #923 from simnalamburt/patch-1
Brendan Forster [Tue, 18 Feb 2014 08:52:53 +0000 (19:52 +1100)]
Merge pull request #923 from simnalamburt/patch-1

Updated rules of 'VisualStudio.gitignore' about ATL Project.

10 years agoIgnore the build result of ATL Project. 923/head
Hyeon Kim [Tue, 18 Feb 2014 08:25:41 +0000 (17:25 +0900)]
Ignore the build result of ATL Project.

This commit Makes VisualStudio.gitignore ignore the three items below. It needs when you create an ATL Project.

* [Dd]ebugPS/
* [Rr]eleasePS/
* dlldata.c

10 years agoMerge pull request #948 from bbodenmiller/patch-1
Carl Suster [Mon, 17 Feb 2014 23:53:58 +0000 (10:53 +1100)]
Merge pull request #948 from bbodenmiller/patch-1

ignore SQL server database files

10 years agoignore SQL server database files 948/head
Ben Bodenmiller [Fri, 14 Feb 2014 09:34:02 +0000 (01:34 -0800)]
ignore SQL server database files

10 years agoMerge pull request #947 from IonicaBizau/patch-1
Markus Olsson [Thu, 13 Feb 2014 14:26:47 +0000 (15:26 +0100)]
Merge pull request #947 from IonicaBizau/patch-1

Updated the year :-)

10 years agoUpdated the year :-) 947/head
Ionică Bizău [Thu, 13 Feb 2014 13:57:44 +0000 (15:57 +0200)]
Updated the year :-)

10 years agoMerge pull request #882 from Arvur/master
Carl Suster [Thu, 13 Feb 2014 07:45:21 +0000 (18:45 +1100)]
Merge pull request #882 from Arvur/master

Better Delphi .gitignore

10 years agoSome cleanup 882/head
Denis Grinyuk [Thu, 13 Feb 2014 07:29:21 +0000 (11:29 +0400)]
Some cleanup

10 years agoMerge pull request #942 from jturmel/master
Carl Suster [Thu, 13 Feb 2014 06:41:45 +0000 (17:41 +1100)]
Merge pull request #942 from jturmel/master

Ignore output from Crashlytics JetBrains plugin

10 years agoRemove AndroidStudio, modify Global/JetBrains 942/head
jturmel [Wed, 12 Feb 2014 16:33:49 +0000 (10:33 -0600)]
Remove AndroidStudio, modify Global/JetBrains

* Remove AndroidStudio.gitignore in favor of adding the
  change needed to the Global/JetBrains.gitignore file

10 years agoAdditional comments
Denis Grinyuk [Mon, 3 Feb 2014 10:52:36 +0000 (14:52 +0400)]
Additional comments

10 years agoOne more compiler-generated binary
Denis Grinyuk [Thu, 16 Jan 2014 09:05:02 +0000 (13:05 +0400)]
One more compiler-generated binary

10 years agoSome filetypes should be commented by default
Denis Grinyuk [Wed, 15 Jan 2014 14:09:26 +0000 (18:09 +0400)]
Some filetypes should be commented by default

10 years agoNicer Delphi .gitignore
Denis Grinyuk [Fri, 29 Nov 2013 14:59:27 +0000 (18:59 +0400)]
Nicer Delphi .gitignore

- added header with link to official documentation about Delphi filetypes
- added some missed file extensions
- made some grouping with descriptions

10 years agoThis is not Delphi-specific folder
Denis Grinyuk [Fri, 29 Nov 2013 14:55:24 +0000 (18:55 +0400)]
This is not Delphi-specific folder

10 years agoAdd AndroidStudio gitignore file
jturmel [Mon, 10 Feb 2014 16:24:05 +0000 (10:24 -0600)]
Add AndroidStudio gitignore file

10 years agoMerge pull request #930 from Lordovos/dmlang
Carl Suster [Mon, 10 Feb 2014 14:59:59 +0000 (01:59 +1100)]
Merge pull request #930 from Lordovos/dmlang

Added template for the DM language.

10 years agoMerge pull request #920 from danlister/patch-1
Adam Roben [Fri, 7 Feb 2014 13:50:20 +0000 (08:50 -0500)]
Merge pull request #920 from danlister/patch-1

Create Umbraco.gitignore

10 years agoRemoved Visual Studio ignore rules from umbraco.gitignore 920/head
Dan Lister [Fri, 7 Feb 2014 11:58:43 +0000 (11:58 +0000)]
Removed Visual Studio ignore rules from umbraco.gitignore

10 years agoMerge pull request #941 from edelbluth/master
Carl Suster [Thu, 6 Feb 2014 22:15:45 +0000 (09:15 +1100)]
Merge pull request #941 from edelbluth/master

Added *.synctex.gz(busy) to TeX template

10 years agoMerge pull request #940 from cemmersb/patch-1
Adam Roben [Thu, 6 Feb 2014 21:19:56 +0000 (16:19 -0500)]
Merge pull request #940 from cemmersb/patch-1

Update JetBrains.gitignore

10 years agoMerge pull request #927 from Bananeweizen/patch-1
Adam Roben [Thu, 6 Feb 2014 18:50:49 +0000 (13:50 -0500)]
Merge pull request #927 from Bananeweizen/patch-1

gitignore VM crash logs

10 years agoMerge pull request #926 from cknoblauch/patch-1
Adam Roben [Thu, 6 Feb 2014 18:50:17 +0000 (13:50 -0500)]
Merge pull request #926 from cknoblauch/patch-1

Update Grails.gitignore to include default files

10 years agoMerge pull request #895 from EvandroLG/patch-1
Adam Roben [Thu, 6 Feb 2014 18:44:47 +0000 (13:44 -0500)]
Merge pull request #895 from EvandroLG/patch-1

Update Python.gitignore

10 years agoAdded *.synctex.gz(busy) 941/head
Juergen Edelbluth [Thu, 6 Feb 2014 18:27:06 +0000 (19:27 +0100)]
Added *.synctex.gz(busy)

Sometimes it happens that you'd like to commit during a long LaTeX run. During this run, the document.synctex.gz is renamed to document.synctex.gz(busy). And you don't want to commit this file.

10 years agoUpdate JetBrains.gitignore 940/head
Christoph Emmersberger [Thu, 6 Feb 2014 18:00:54 +0000 (19:00 +0100)]
Update JetBrains.gitignore

Add plugin file description for JIRA config file containing username and password