]>
source.dussan.org Git - gitignore.git/log
ONion [Mon, 31 Mar 2014 03:25:08 +0000 (11:25 +0800)]
change ignore file position
ONion [Mon, 31 Mar 2014 03:07:06 +0000 (11:07 +0800)]
add delphi .dcu
.DCU (Delphi Compiled Unit) files are binary files that are used between compiling source (text) and linking the executable. They're created by the compiler, joined together in memory, combined with the startup code and put into an actual executable (.EXE/.DLL/.BPL) by the linker
Carl Suster [Mon, 31 Mar 2014 01:05:30 +0000 (12:05 +1100)]
Merge pull request #1019 from nnuhanovic/patch-1
Add 'pom.xml.versionsBackup' to Maven template
Namik Nuhanovic [Mon, 31 Mar 2014 00:52:46 +0000 (02:52 +0200)]
Add 'pom.xml.versionsBackup'
'mvn versions:use-latest-versions' generates 'pom.xml.versionsBackup' file, because '-DgenerateBackupPoms=true' is default; see http://mojo.codehaus.org/versions-maven-plugin/use-latest-versions-mojo.html#generateBackupPoms
Ivan Zuzak [Thu, 27 Mar 2014 16:04:56 +0000 (17:04 +0100)]
ensure single trailing newline
Ivan Zuzak [Thu, 27 Mar 2014 16:04:02 +0000 (17:04 +0100)]
fixup OpenCart double-file situation
Carl Suster [Wed, 26 Mar 2014 01:33:17 +0000 (12:33 +1100)]
Merge pull request #1014 from stevennoto/flexbuilder-fix
Added bin-release folder to FlexBuilder .gitignore
Steven Noto [Tue, 25 Mar 2014 20:14:14 +0000 (15:14 -0500)]
Added bin-release folder
Updated to include 'bin-release' folder, another folder for generated binary builds
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.
Carl Suster [Fri, 21 Mar 2014 01:57:41 +0000 (12:57 +1100)]
Remove trailing asterisks in Phalcon rules
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.
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.
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
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
MacPro: Fabien Sanglard [Wed, 19 Mar 2014 23:14:15 +0000 (19:14 -0400)]
Add Xcode support.
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
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.
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
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.
Kyle Fuller [Tue, 18 Mar 2014 15:40:11 +0000 (15:40 +0000)]
[Objective-C] Add a note about CocoaPod's Pods/
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
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.
Carl Suster [Sun, 16 Mar 2014 11:32:53 +0000 (22:32 +1100)]
Merge pull request #1001 from teslitsky/opencart
Add OpenCart template
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
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
Dmitry Teslitsky [Sat, 15 Mar 2014 20:46:14 +0000 (22:46 +0200)]
Create OpenCart.gitignore
Ignore OpenCart config files, images, cache and logs.
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?
Takahiro OKUMURA [Sun, 9 Mar 2014 05:35:00 +0000 (14:35 +0900)]
Add a support for packer
http://www.packer.io/
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.
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
chirag sanghavi [Fri, 7 Mar 2014 22:27:59 +0000 (17:27 -0500)]
removed duplicate
Adam Roben [Thu, 6 Mar 2014 15:31:33 +0000 (10:31 -0500)]
Merge pull request #989 from ssinss/patch-1
Update JetBrains.gitignore
ssinss [Thu, 6 Mar 2014 15:10:38 +0000 (00:10 +0900)]
Update JetBrains.gitignore
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
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
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
Carl Suster [Thu, 6 Mar 2014 13:24:00 +0000 (00:24 +1100)]
Remove lockfiles from Chef template
Carl Suster [Thu, 6 Mar 2014 13:23:40 +0000 (00:23 +1100)]
Remove global rules from Chef template
Carl Suster [Thu, 6 Mar 2014 13:20:51 +0000 (00:20 +1100)]
Remove OSX-specific rule from ObjectiveC template
Carl Suster [Thu, 6 Mar 2014 13:15:40 +0000 (00:15 +1100)]
Merge RubyMotion into Ruby
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
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
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
Ashic Mahtab [Thu, 6 Mar 2014 11:25:15 +0000 (11:25 +0000)]
Packages folder is ignored correctly
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
Carl Suster [Sun, 2 Mar 2014 01:30:20 +0000 (12:30 +1100)]
Remove Windows OS rules from VS template
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.
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
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
Steve Ziuchkovski [Fri, 28 Feb 2014 21:14:58 +0000 (16:14 -0500)]
Rename IgnorePackages back to VisualStudio.gitignore.
Stuart P. Bentley [Fri, 28 Feb 2014 20:51:18 +0000 (12:51 -0800)]
Fix comments in Dart.gitignore
.gitignore uses `#` for comments, not `//`
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`).
Tim Grilley [Fri, 28 Feb 2014 17:16:13 +0000 (11:16 -0600)]
Update TeX.gitignore to be in alphabetical order
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
Adam Roben [Fri, 28 Feb 2014 16:34:11 +0000 (11:34 -0500)]
Reduce comments
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
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
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
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
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
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.
Carl Suster [Fri, 28 Feb 2014 03:02:44 +0000 (14:02 +1100)]
Merge pull request #973 from CodeBlock/idris
Add an Idris template
Ricky Elrod [Mon, 24 Feb 2014 08:07:24 +0000 (03:07 -0500)]
Add an Idris gitignore
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
Louis M [Fri, 28 Feb 2014 02:41:28 +0000 (21:41 -0500)]
Move the EiffelStudio.gitignore in the Global directory
Zhishen (Jason) Wen [Fri, 28 Feb 2014 02:27:21 +0000 (21:27 -0500)]
Update Leiningen.gitignore
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
Ricky Elrod [Mon, 24 Feb 2014 08:07:48 +0000 (03:07 -0500)]
Fix typo in haskell gitignore
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
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
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.
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
Tim Grilley [Thu, 27 Feb 2014 12:45:11 +0000 (06:45 -0600)]
R.gitignore - Added .Rdata files
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.
Louis M [Mon, 24 Feb 2014 15:19:00 +0000 (10:19 -0500)]
Adding the EiffelStudio .gitingore file.
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
Carl Suster [Wed, 12 Feb 2014 11:09:54 +0000 (22:09 +1100)]
Remove old sass-cache rule for Rails
Carl Suster [Wed, 12 Feb 2014 11:09:34 +0000 (22:09 +1100)]
Merge Sass and Compass templates
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
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
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
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.
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
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
Ben Bodenmiller [Fri, 14 Feb 2014 09:34:02 +0000 (01:34 -0800)]
ignore SQL server database files
Markus Olsson [Thu, 13 Feb 2014 14:26:47 +0000 (15:26 +0100)]
Merge pull request #947 from IonicaBizau/patch-1
Updated the year :-)
Ionică Bizău [Thu, 13 Feb 2014 13:57:44 +0000 (15:57 +0200)]
Updated the year :-)
Carl Suster [Thu, 13 Feb 2014 07:45:21 +0000 (18:45 +1100)]
Merge pull request #882 from Arvur/master
Better Delphi .gitignore
Denis Grinyuk [Thu, 13 Feb 2014 07:29:21 +0000 (11:29 +0400)]
Some cleanup
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
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
Denis Grinyuk [Mon, 3 Feb 2014 10:52:36 +0000 (14:52 +0400)]
Additional comments
Denis Grinyuk [Thu, 16 Jan 2014 09:05:02 +0000 (13:05 +0400)]
One more compiler-generated binary
Denis Grinyuk [Wed, 15 Jan 2014 14:09:26 +0000 (18:09 +0400)]
Some filetypes should be commented by default
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
Denis Grinyuk [Fri, 29 Nov 2013 14:55:24 +0000 (18:55 +0400)]
This is not Delphi-specific folder
jturmel [Mon, 10 Feb 2014 16:24:05 +0000 (10:24 -0600)]
Add AndroidStudio gitignore file
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.
Adam Roben [Fri, 7 Feb 2014 13:50:20 +0000 (08:50 -0500)]
Merge pull request #920 from danlister/patch-1
Create Umbraco.gitignore
Dan Lister [Fri, 7 Feb 2014 11:58:43 +0000 (11:58 +0000)]
Removed Visual Studio ignore rules from umbraco.gitignore