]>
source.dussan.org Git - gitignore.git/log
Geoff Schoeman [Fri, 16 Jan 2015 00:05:19 +0000 (19:05 -0500)]
Added template for Google App Engine
Carl Suster [Thu, 15 Jan 2015 00:41:35 +0000 (11:41 +1100)]
Merge Pull Request #1338 for Eclipse
Fixes #1217.
Once again ignore .classpath and .project in the Eclipse template. This has
been requested in multiple PRs such as #1338 and #1221 and is essentially a
reversion of #805. I copy the explanation for this change from the discussion
in #1217 by @segfly:
*In short*:
I can't point to any counter-documentation off the top of my head. I just know
from experience these files pollute a project's repo without adding value
- that is, unless everyone contributing is using Eclipse and no-one is using
dependency management. And even then, the guidance provided by the eclipse docs
is bad advice.
*In Long*:
The .classpath file is used by Eclipse to maintain the project's classpath
during automatic compile (every save of a file). In the olden days, one would
manually configure the project within the Eclipse UI and include all the
dependent jars necessary to compile your project. Eclipse then wrote that
configuration out to the .classpath file.
In theory, this file could be shared with others so they did not have to
manually configure their eclipse classpath. In practice, I never saw it work
out quite so well due to eventual bloating of the classpath with needless jars
or jars that only existed on one person's machine. Mind you, many people back
then also used to check their dependent jars into version control along with
their source.
Dependency management tools like Gradle and Maven have done away with all that
of course. But they also integrate nicely with Eclipse and manage the project
classpath dynamically. The .classpath file is basically rebuilt based on
changes to the build.gradle file or pom.xml file. Effectively, this renders the
whole point of checking in the .classpath moot as it is easily rebuilt by the
Maven or Gradle plugin.
The .project file is another animal completely. It basically describes what
plugins should be applied to the project as configured in the Eclipse UI. Again
the theory is it could be shared and creates a happy world. But due to
different eclipse versions people may have, different plugins installed, etc.
sharing the .project file actually causes more issues. And I've seen many
projects unable to open due to a bad .project file - requiring one to delete it
anyway (which then of course, when someone recreates it, they inevitably check
it in over the old one and end up breaking someone else's environment).
The bottom line is, regardless of what the eclipse documentation says, these
are very much internal configuration files for eclipse and best left out of
a repo.
Carl Suster [Thu, 15 Jan 2015 00:29:23 +0000 (11:29 +1100)]
Merge pull request #1285 from paolofulgoni/gradle-wrapper
Avoid ignoring Gradle wrapper jar file
Carl Suster [Wed, 14 Jan 2015 01:17:31 +0000 (12:17 +1100)]
Merge pull request #1306 from Hillkorn/patch-1
Added missing gradle netbeans directory
Carl Suster [Wed, 14 Jan 2015 01:11:40 +0000 (12:11 +1100)]
Merge pull request #1353 from mbaltaks/patch-1
Ignore the pip self check marker file in a Virtualenv.
Carl Suster [Wed, 14 Jan 2015 00:55:05 +0000 (11:55 +1100)]
Merge pull request #1362 from stevelacy/master
Add .Trash-* to ignore Linux partition or ext disk trash folders
Carl Suster [Wed, 14 Jan 2015 00:51:49 +0000 (11:51 +1100)]
Merge pull request #1359 from masgo/master
Update TeX.gitignore
Steve Lacy [Tue, 13 Jan 2015 22:31:58 +0000 (15:31 -0700)]
add .Trash-* to ignore Linux partition or ext disk trash folders
Rob [Tue, 13 Jan 2015 08:40:43 +0000 (09:40 +0100)]
Update TeX.gitignore
*.synctex is generated when the synctex option is used under Windows.
Michael Baltaks [Sat, 10 Jan 2015 06:49:44 +0000 (17:49 +1100)]
Ignore the pip self check marker file in a Virtualenv.
Carl Suster [Thu, 8 Jan 2015 01:55:10 +0000 (12:55 +1100)]
Merge pull request #1311 from rafaelstz/patch-1
root sitemap.xml
Carl Suster [Thu, 8 Jan 2015 01:49:27 +0000 (12:49 +1100)]
Merge pull request #1344 from tral/master
Built application files (for Android Studio projects)
Carl Suster [Thu, 8 Jan 2015 01:48:38 +0000 (12:48 +1100)]
Merge pull request #1349 from MOROZILnic/patch-1
Update VisualStudio.gitignore
tralchonok [Wed, 7 Jan 2015 14:10:23 +0000 (19:40 +0530)]
moved
Carl Suster [Wed, 7 Jan 2015 05:58:02 +0000 (16:58 +1100)]
Merge pull request #1257 from sidewinder94/patch-1
Ignoring Pow environment settings (Rails)
Carl Suster [Wed, 7 Jan 2015 05:54:53 +0000 (16:54 +1100)]
Merge pull request #1303 from vladon/master
Added Castalia *.stat files
Carl Suster [Wed, 7 Jan 2015 05:42:23 +0000 (16:42 +1100)]
Merge pull request #1288 from cake17/add-cakephp3
add rules for new CakePHP 3
Carl Suster [Wed, 7 Jan 2015 05:41:23 +0000 (16:41 +1100)]
Merge pull request #1286 from adamliter/master
Ignore some auxiliary files from knitr
Carl Suster [Wed, 7 Jan 2015 05:35:36 +0000 (16:35 +1100)]
Merge pull request #1343 from jenrik/master
Ignore npm-debug.log
Carl Suster [Wed, 7 Jan 2015 05:31:03 +0000 (16:31 +1100)]
Merge pull request #1253
Some visual Studio 6 specific file types. See documentation at:
http://msdn.microsoft.com/en-us/library/
aa260829 (v=vs.60).aspx
http://msdn.microsoft.com/en-us/library/
aa239568 (v=vs.60).aspx
Closes #1253 with amendments
Carl Suster [Wed, 7 Jan 2015 05:18:53 +0000 (16:18 +1100)]
Merge pull request #1333 from adamrights/feature/redis
Add a global redis ignore file.
Carl Suster [Wed, 7 Jan 2015 05:17:11 +0000 (16:17 +1100)]
Merge pull request #1308 from ovanschie/patch-1
Update for Magento 1.9.1
Carl Suster [Wed, 7 Jan 2015 05:09:54 +0000 (16:09 +1100)]
Merge pull request #1305 from carlodri/patch-1
Create IGORPro.gitignore
Carl Suster [Wed, 7 Jan 2015 05:08:04 +0000 (16:08 +1100)]
Merge pull request #1312 from rogersuen/global-jdev
Global JDeveloper.gitignore
Carl Suster [Wed, 7 Jan 2015 04:34:23 +0000 (15:34 +1100)]
Merge pull request #1163 from ma499/nodejs-visualstudio
Ignore analysis files from Node.js tools for Visual Studio 2013
Carl Suster [Wed, 7 Jan 2015 04:25:21 +0000 (15:25 +1100)]
Merge pull request #1226 from dmbaturin/master
Add ocamlbuild and oasis generated files to OCaml .gitignore
Carl Suster [Wed, 7 Jan 2015 04:24:24 +0000 (15:24 +1100)]
Merge pull request #1342 from adelq/master
Create Nim.gitignore
Carl Suster [Wed, 7 Jan 2015 04:21:13 +0000 (15:21 +1100)]
Merge pull request #1346 from ldrumm/master
Added a .gitignore template for Lua based projects.
Carl Suster [Wed, 7 Jan 2015 04:16:27 +0000 (15:16 +1100)]
Capitalise initial letter in template filenames for consistency/sorting
Carl Suster [Wed, 7 Jan 2015 04:11:27 +0000 (15:11 +1100)]
Merge pull request #1350 from julianpistorius/patch-1
Should "boostrap.json" be "bootstrap.json"?
Julian Pistorius [Wed, 7 Jan 2015 00:11:00 +0000 (17:11 -0700)]
Should "boostrap.json" be "bootstrap.json"?
And what about the other bootstrap.* files?
MOROZILnic [Sun, 4 Jan 2015 19:17:12 +0000 (22:17 +0300)]
Update VisualStudio.gitignore
Ignoring *.cache as well as *.Cache
cake17 [Sun, 4 Jan 2015 14:44:47 +0000 (15:44 +0100)]
rearrange rules for CakePHP 2
Luke Drummond [Sat, 3 Jan 2015 17:12:56 +0000 (17:12 +0000)]
Added a .gitignore template for Lua based projects.
Added common ignore globs for Lua, an extensible, high-performace, lightweight multi-paradigm language designed for embedded scripting.
http://www.lua.org/about.html (More info at https://en.wikipedia.org/wiki/Lua_(programming_language) )
The de-facto package manager for Lua is LuaRocks.
http://luarocks.org/
- LuaRocks creates a number of files as part of the build process. These are ignored (*.src.rock, *.tar.gz, *.zip)
- Lua modules are conventionally written in C as shared libraries. Common build artifacts for C projects copied from C.gitignore
tralchonok [Fri, 2 Jan 2015 16:38:47 +0000 (22:08 +0530)]
# Built application files (for Android Studio projects)
Jenrik [Fri, 2 Jan 2015 00:38:25 +0000 (01:38 +0100)]
Ignore npm-debug.log
Debug log from npm is now ignored
Adel Qalieh [Tue, 30 Dec 2014 22:23:11 +0000 (17:23 -0500)]
Create Nim.gitignore
Nicholas Pace [Sat, 27 Dec 2014 03:23:09 +0000 (22:23 -0500)]
Added Eclipse JDT .classpath file, and the Eclipse core .project file to
template
Carl Suster [Tue, 23 Dec 2014 10:01:34 +0000 (21:01 +1100)]
Merge pull request #1325 from aurmil/magento-modman
Ignore Magento .modman directory
Carl Suster [Tue, 23 Dec 2014 00:56:45 +0000 (11:56 +1100)]
Merge pull request #1218 from bbodenmiller/patch-3
update comment on ignoring repositories.config
Carl Suster [Tue, 23 Dec 2014 00:36:07 +0000 (11:36 +1100)]
Merge pull request #1323 from aurmil/magento-root-files
Fix Magento PHP root files names patterns
bedella [Mon, 22 Dec 2014 22:08:52 +0000 (17:08 -0500)]
Add a global redis ignore file.
Ignores all .rdb files, (default: dump.rdb).
These files contain a binary representation of the in-memory
redis data that is generated using cli tools or on a redis
failure.
They can be used to restore a redis db, and may contain
sensitive data so should not be saved in version control.
Carl Suster [Sun, 21 Dec 2014 04:08:13 +0000 (15:08 +1100)]
Merge pull request #1327 from lighght/patch-1
add ignore achemso bib file (acs-*.bib) to TeX.gitignore
lighght [Sat, 20 Dec 2014 16:57:43 +0000 (11:57 -0500)]
Add ignore achemso aux file acs-<tex filename>.bib
Ignore acs-*.bib, an aux file generated by \documentclass{achemso} or by \usepackage{achemso}
Aurélien Millet [Wed, 17 Dec 2014 10:18:05 +0000 (11:18 +0100)]
Ignore modman directory
Aurélien Millet [Tue, 16 Dec 2014 10:37:27 +0000 (11:37 +0100)]
fix magento root files
without leading slash, it ignores all files with these names (cron.php,
get.php, index.php, api.php), whereveer they are
Carl Suster [Fri, 12 Dec 2014 05:03:20 +0000 (16:03 +1100)]
Merge pull request #1317 from arkeidolon/patch-1
Add space at Unity gitignore comment
Clarke Plumo [Fri, 12 Dec 2014 02:25:22 +0000 (10:25 +0800)]
Add space at Unity gitignore comment
Brendan Forster [Fri, 12 Dec 2014 02:21:58 +0000 (12:51 +1030)]
Merge pull request #1315 from bbodenmiller/patch-4
VisualStudio.gitignore: no good reason to ignore sql folder
Ben Bodenmiller [Thu, 11 Dec 2014 23:21:38 +0000 (15:21 -0800)]
no good reason to ignore sql folder
Carl Suster [Thu, 11 Dec 2014 14:54:23 +0000 (01:54 +1100)]
Merge pull request #1307 from Frozenfire92/patch-1
Unity: Fix solution/project files for nested directories.
Roger Suen [Tue, 9 Dec 2014 22:50:42 +0000 (06:50 +0800)]
doc JDeveloper.gitignore
Roger Suen [Tue, 9 Dec 2014 22:21:26 +0000 (06:21 +0800)]
added depoy/ and javadoc/ to JDeveloper.gitignore
Rafael Corrêa Gomes [Tue, 9 Dec 2014 00:23:35 +0000 (22:23 -0200)]
root sitemap.xml
The Magento production is configured to automatically generate the sitemap.xml, as is the url is taken as a base, it is important to be ignored.
Olav van Schie [Fri, 5 Dec 2014 09:34:36 +0000 (10:34 +0100)]
Update for Magento 1.9.1
Added Configurable Swatches and Pelago lib to ignore list
Joel Kuntz [Fri, 5 Dec 2014 01:43:44 +0000 (21:43 -0400)]
Fix solution/project files for nested directories.
By having the leading `/` infront of the `*` makes these types of files relative to the directory the gitignore is in. If you create a Unity project inside of a git directory Unity forces you to create a new directory, thus not picking up these files.
Dennis Schumann [Thu, 4 Dec 2014 16:43:52 +0000 (17:43 +0100)]
Added missing gradle netbeans directory
Carlo Dri [Wed, 3 Dec 2014 10:33:11 +0000 (11:33 +0100)]
Create IGORPro.gitignore
.gitignore template file for repositories of Wavemetrics IGOR Pro functions (.ipf files).
Vladislav Yaroslavlev [Mon, 1 Dec 2014 20:08:13 +0000 (23:08 +0300)]
Added Castalia *.stat files
Castalia is a free plugin for Delphi since XE7. It uses *.stat files to
save statistics of the IDE usage for each project (compile time, debug
time etc.)
It is safe to delete it, and it is useless to move *.stat files between
developers (each developer has its own IDE statistics).
Carl Suster [Mon, 1 Dec 2014 03:05:59 +0000 (14:05 +1100)]
Merge pull request #1290 from djboni/master
Add LibreOffice.gitignore
Carl Suster [Sat, 29 Nov 2014 05:51:59 +0000 (16:51 +1100)]
Merge pull request #1284 from jakepetroules/patch-1
Ignore Qt Creator cache files for Qbs projects.
Carl Suster [Sat, 29 Nov 2014 04:38:28 +0000 (15:38 +1100)]
Merge pull request #1263 from jangorecki/master
R.gitignore - exclude vignettes products
Carl Suster [Sat, 29 Nov 2014 04:36:40 +0000 (15:36 +1100)]
Merge pull request #1280 from renhx/rails-sqlite3-journal
Added *.sqlite3-journal to Rails.gitignore
Carl Suster [Sat, 29 Nov 2014 04:26:19 +0000 (15:26 +1100)]
Merge pull request #1293 from marcelkorpel/master
Add .SRCINFO
Carl Suster [Sat, 29 Nov 2014 04:19:44 +0000 (15:19 +1100)]
Merge pull request #1298 from adamliter/r
Add history file that is generated by R.app for Mac OS
Adam Liter [Fri, 28 Nov 2014 00:36:15 +0000 (18:36 -0600)]
Add history file that is generated by R.app for Mac OS
Brendan Forster [Sun, 23 Nov 2014 23:22:50 +0000 (09:52 +1030)]
Merge pull request #1292 from taspeotis/master
Revert "adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data"
Marcel Korpel [Sun, 23 Nov 2014 15:59:38 +0000 (16:59 +0100)]
Add .SRCINFO
See https://lists.archlinux.org/pipermail/aur-dev/2014-November/002968.html
Todd Aspeotis [Sun, 23 Nov 2014 05:41:09 +0000 (15:41 +1000)]
Revert "adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data"
This reverts commit
b07a0904e3c0714353f997b1dc6122b367dab648 .
Djones Boni [Sat, 22 Nov 2014 22:22:52 +0000 (20:22 -0200)]
Move LibreOffice.gitignore to /Global
cake17 [Thu, 20 Nov 2014 08:30:16 +0000 (09:30 +0100)]
add rules for new CakePHP 3
Adam Liter [Thu, 20 Nov 2014 03:55:34 +0000 (22:55 -0500)]
Ignore auxiliary files from knitr
Djones Boni [Wed, 19 Nov 2014 12:38:01 +0000 (10:38 -0200)]
Add LibreOffice.gitignore
Paolo Fulgoni [Tue, 18 Nov 2014 16:30:56 +0000 (17:30 +0100)]
Avoid ignoring Gradle wrapper jar file
This is added because .jar files are usually ignored (see Java.gitignore)
Antoine-Ali Zarrouk [Tue, 18 Nov 2014 09:05:35 +0000 (10:05 +0100)]
Removed .powconfig line
Couldn't find any references to .powconfig being used in application directory
Antoine-Ali Zarrouk [Tue, 18 Nov 2014 08:55:58 +0000 (09:55 +0100)]
Targeted more specifically pow files
Jake Petroules [Sun, 16 Nov 2014 20:04:57 +0000 (12:04 -0800)]
Ignore Qt Creator cache files for Qbs projects.
Brendan Forster [Sun, 16 Nov 2014 02:45:21 +0000 (10:45 +0800)]
Merge pull request #1241 from sayedihashimi/master
adding bower_components
Brendan Forster [Sun, 16 Nov 2014 01:56:34 +0000 (09:56 +0800)]
Merge pull request #1283 from ob1cot/ob1cot-addidecachefolder
adding entry for ignoring <solutionname>.sln.ide folder which contains v...
robertob [Sat, 15 Nov 2014 21:13:15 +0000 (13:13 -0800)]
adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data
renhx [Thu, 13 Nov 2014 08:34:19 +0000 (17:34 +0900)]
Added *.sqlite3-journal to Rails.gitignore
Carl Suster [Thu, 13 Nov 2014 03:12:32 +0000 (14:12 +1100)]
Merge pull request #1197 from TonyArra/extjs
Add gitignore for Sencha/Extjs
Tony Arra [Wed, 12 Nov 2014 17:55:47 +0000 (12:55 -0500)]
Remove ExtJS-MVC
Carl Suster [Wed, 12 Nov 2014 07:54:40 +0000 (18:54 +1100)]
Merge pull request #1233 from stuartpb/patch-1
Restore original comment about node_modules
Stuart P. Bentley [Wed, 12 Nov 2014 07:47:18 +0000 (23:47 -0800)]
Let node_modules FAQ URL speak for itself
Carl Suster [Wed, 12 Nov 2014 07:43:22 +0000 (18:43 +1100)]
Merge pull request #1261 from jaxx/master
Ignore debug information files
Carl Suster [Wed, 12 Nov 2014 07:41:20 +0000 (18:41 +1100)]
Merge pull request #1271 from bitemyapp/patch-1
Added Haskell GHC profiling related files
Carl Suster [Wed, 12 Nov 2014 07:30:24 +0000 (18:30 +1100)]
Merge pull request #1267 from rogersuen/global-jdev
added JDeveloper.gitignore
Carl Suster [Wed, 12 Nov 2014 07:28:06 +0000 (18:28 +1100)]
Merge pull request #1272 from jakubtuchol/dynhaskell
adding dynamically linked haskell libraries
Carl Suster [Sat, 8 Nov 2014 01:36:47 +0000 (12:36 +1100)]
Merge pull request #1264 from arteymix/master
Added a gitignore for Anjuta IDE http://anjuta.org/
Guillaume Poirier-Morency [Fri, 7 Nov 2014 19:09:57 +0000 (14:09 -0500)]
Ignore the symbole database which is a generated binary file.
Jakko Sikkar [Thu, 6 Nov 2014 07:27:27 +0000 (09:27 +0200)]
revert
Carl Suster [Thu, 6 Nov 2014 03:18:50 +0000 (14:18 +1100)]
Merge pull request #1225 from thurask/momentics
Add user-specific settings to Momentics.gitignore
Carl Suster [Thu, 6 Nov 2014 03:15:29 +0000 (14:15 +1100)]
Merge pull request #1266 from parched/master
ArchLinuxPackages: Ignore AUR metadata (.AURINFO)
Carl Suster [Thu, 6 Nov 2014 03:09:29 +0000 (14:09 +1100)]
Merge pull request #1259 from Kaceykaso/patch-1
Create CodeKit.gitignore
Carl Suster [Thu, 6 Nov 2014 03:04:22 +0000 (14:04 +1100)]
Merge pull request #1273 from bbodenmiller/patch-4
Create MicrosoftOffice
Ben Bodenmiller [Thu, 6 Nov 2014 02:09:27 +0000 (18:09 -0800)]
Create MicrosoftOffice
Continuation of https://github.com/github/gitignore/pull/594/ and details from http://support.microsoft.com/kb/211632
Jakub Tucholski [Mon, 3 Nov 2014 16:57:05 +0000 (10:57 -0600)]
adding dynamically linked haskell libraries
Chris Allen [Mon, 3 Nov 2014 06:44:05 +0000 (00:44 -0600)]
Added Haskell GHC profiling related files
jaxx [Sun, 2 Nov 2014 21:12:25 +0000 (23:12 +0200)]
Update Rust.gitignore