From 8a47a81dde462de1852f1f0550710afade29983c Mon Sep 17 00:00:00 2001 From: ikeike443 Date: Thu, 27 Oct 2011 11:04:05 +0900 Subject: [PATCH 001/131] Delete duplicated "eclipse" and support ignoring IDEA's metafile such as *.iml, *.eml --- PlayFramework.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index dea05b4c..6366fda1 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -12,5 +12,6 @@ logs precompiled tmp test-result -eclipse server.pid +*.iml +*.eml From 7ce12c766a28512aaf710b95a31dcb92a57efbc4 Mon Sep 17 00:00:00 2001 From: Nadim Khemir Date: Wed, 9 Nov 2011 00:41:11 +0100 Subject: [PATCH 002/131] Do not ignore directory matching /Build/ --- Perl.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Perl.gitignore b/Perl.gitignore index d3e79f92..c15b52a9 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -4,6 +4,7 @@ _build/ cover_db/ inc/ Build +!Build/ Build.bat .last_cover_stats Makefile From e1c4a4872986de590e1bfacfc5a1ad93c356a898 Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Wed, 18 Apr 2012 14:46:06 -0700 Subject: [PATCH 003/131] priv is a legitimate part of an OTP application --- Erlang.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Erlang.gitignore b/Erlang.gitignore index 64231648..b89b9a28 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -1,6 +1,5 @@ .eunit deps -priv *.o *.beam *.plt \ No newline at end of file From dfb30c64093aa7033755bc4f472e194886630b1e Mon Sep 17 00:00:00 2001 From: Safwan Choudhury Date: Wed, 18 Apr 2012 23:15:10 -0400 Subject: [PATCH 004/131] Ignoring compiled MEX binaries for all platforms Including mexglx, mexa64, mexmaci64, mexw32 & mex64 (see http://sfwn.in/FxbE for official list from Mathworks). --- Global/Matlab.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index bbc35d7e..20843f21 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -9,3 +9,5 @@ # OSX / *nix default autosave extension *.m~ +# Compiled MEX binaries (all platforms) +*.mex* From 5bb2255b691cbf2375eef1117093a683f8d4fa8c Mon Sep 17 00:00:00 2001 From: Max Goldstein Date: Thu, 19 Apr 2012 00:46:16 -0300 Subject: [PATCH 005/131] Include .netrwhist, the user's history and potential privacy concern. See: http://stackoverflow.com/questions/9850360/ --- Global/vim.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index dfaefc75..5a2155bc 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,3 +1,4 @@ .*.sw[a-z] *.un~ Session.vim +.netrwhist \ No newline at end of file From 1bd40f51eee156e0883358ad5bfde4900b095e74 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 19 Apr 2012 02:50:54 -0300 Subject: [PATCH 006/131] Add versioned so, .a, .dylib, .app --- C.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/C.gitignore b/C.gitignore index 6ca7021a..0331bbbd 100644 --- a/C.gitignore +++ b/C.gitignore @@ -3,12 +3,15 @@ # Libraries *.lib +*.a # Shared objects (inc. Windows DLLs) *.dll *.so +*.so.* +*.dylib # Executables *.exe *.out - +*.app From 0537b8dc3462cd9d7e0486dc30bba129ba8311e5 Mon Sep 17 00:00:00 2001 From: Nicholas Valbusa Date: Fri, 20 Apr 2012 10:12:43 +0200 Subject: [PATCH 007/131] bancha-cms gitignore --- Bancha.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Bancha.gitignore diff --git a/Bancha.gitignore b/Bancha.gitignore new file mode 100644 index 00000000..2cf7d4fa --- /dev/null +++ b/Bancha.gitignore @@ -0,0 +1,16 @@ +#Logs +application/logs/*.php + +# Content types +/application/xml/types/*.xml + +# Custom builds and generated php files +/core/documentation/build +/core/views/admin/content/translations.php + +# Attachs and cache files # +*.tmp +/attach/cache/ +/attach/ +/application/cache/_bancha/*.css +/application/cache/_bancha/*.js From 9a2661f88048a8ab815ea7dcf4d85adc6423e353 Mon Sep 17 00:00:00 2001 From: "Leonardo J .Caballero G" Date: Fri, 20 Apr 2012 14:22:30 -0430 Subject: [PATCH 008/131] Add Plone CMS git .ignore file --- Plone.gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Plone.gitignore diff --git a/Plone.gitignore b/Plone.gitignore new file mode 100644 index 00000000..13edefa5 --- /dev/null +++ b/Plone.gitignore @@ -0,0 +1,34 @@ +*~ +*.pyc +*.pyo +*.tmp* +*.mo +*.egg +*.EGG +*.egg-info +*.EGG-INFO +*.kpf +*.swp +*.wpr +.*.cfg +.installed.cfg +.mr.developer.cfg +.hg/ +.bzr/ +.svn/ +.project +.pydevproject +bin/ +build/ +develop-eggs/ +downloads/ +eggs/ +fake-eggs/ +parts/ +dist/ +var/ + + + +# OSX +.DS_Store From 0a9d0c31e874488cf058c6aa55e85b45bc57c6d7 Mon Sep 17 00:00:00 2001 From: Oliver Letterer Date: Sat, 21 Apr 2012 09:59:57 +0300 Subject: [PATCH 009/131] Now ignoring full build directory. --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 5ba3b592..f036e3fc 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,5 +1,5 @@ # Xcode -build/* +build/ *.pbxuser !default.pbxuser *.mode1v3 From a3e7652a23edfb180e6682bc0e4ff952dd742c53 Mon Sep 17 00:00:00 2001 From: Rifat Nabi Date: Sun, 22 Apr 2012 02:15:07 +0600 Subject: [PATCH 010/131] duplicate entry for modules removed --- PlayFramework.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 75d8811d..107e6774 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -15,4 +15,3 @@ precompiled tmp test-result server.pid -modules From d8fd6790011d5fa69988f47a7beec89dcc1fbf8d Mon Sep 17 00:00:00 2001 From: Sam van Kampen Date: Sat, 28 Apr 2012 15:55:20 +0300 Subject: [PATCH 011/131] Added __pycache__ --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index f76ed740..869a3cf0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -18,6 +18,9 @@ develop-eggs lib lib64 +# The new '__pycache__' in Python 3 +__pycache__ + # Installer logs pip-log.txt From 6670a4c42336cf227406a3de7090220e76b918b6 Mon Sep 17 00:00:00 2001 From: Stig Brautaset Date: Tue, 1 May 2012 22:11:46 +0200 Subject: [PATCH 012/131] Ignore .idea/ folder for AppCode users. --- Objective-C.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 5ba3b592..2697808d 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -13,4 +13,5 @@ build/* xcuserdata profile *.moved-aside -DerivedData \ No newline at end of file +DerivedData +.idea/ \ No newline at end of file From 720975f849ce5424393b6bbb92b038da78d50c57 Mon Sep 17 00:00:00 2001 From: Mike Kenyon Date: Tue, 1 May 2012 15:02:46 -0700 Subject: [PATCH 013/131] Add OSX-specific Icon\r rule --- Global/OSX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 5ad43cc4..f9516c09 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,4 +1,5 @@ .DS_Store +Icon # Thumbnails ._* From d19a70e2c87dc3af893bc55743e9a61af41244a5 Mon Sep 17 00:00:00 2001 From: Andy Dawson Date: Tue, 8 May 2012 13:01:41 +0300 Subject: [PATCH 014/131] the current version of Cakephp (2.x) renamed the config folder to Config. adding core to the list of files to ignore as this contains security salts. --- CakePHP.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 8438a62f..9fbdf358 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -1,5 +1,7 @@ tmp/* -config/database.php +Config/core.php +Config/database.php app/tmp/* -app/config/database.php +app/Config/core.php +app/Config/database.php !empty \ No newline at end of file From 21f9741a1f439514ea4c7a55ee35bffde8a1cf7a Mon Sep 17 00:00:00 2001 From: Lucas Jenss Date: Thu, 10 May 2012 15:25:42 +0200 Subject: [PATCH 015/131] The sublime-project file should be checked into version control It contains project specific configuration, and should therefore by checked into version control (as documented on http://www.sublimetext.com/docs/2/projects.html) --- Global/SublimeText.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index bb05773d..aea37e0a 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,3 +1,2 @@ # SublimeText project files -/*.sublime-project *.sublime-workspace From 4eebde9c47a14b65f3678aac1e578e48c34827e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 19 May 2012 12:02:40 +0200 Subject: [PATCH 016/131] added rule for .bz2 --> bzip2 --- Global/Archives.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 386c3330..82d3b10f 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -6,6 +6,7 @@ *.zip *.gz *.bzip +*.bz2 *.xz *.lzma @@ -19,4 +20,4 @@ *.gem *.egg *.deb -*.rpm \ No newline at end of file +*.rpm From 65343523f4bd54085f0da92782c51c5d3bf5cf49 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 19 May 2012 21:48:06 +0300 Subject: [PATCH 017/131] gitignore for Qt-project --- Qt.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Qt.gitignore diff --git a/Qt.gitignore b/Qt.gitignore new file mode 100644 index 00000000..e69de29b From bacececa746442f4b29a22b9d856e7f03b3dd1c8 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 19 May 2012 21:51:19 +0300 Subject: [PATCH 018/131] Qt-project gitignore added for Qt core developers --- Qt.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index e69de29b..d1aec9ec 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -0,0 +1,14 @@ +# C++ objects and libs + +*.o +*.a +*.so +*.dll +*.dynlib + +# Qt-es + +*.pro.user +*.pro.user.* +moc_*.cpp +qrc_*.cpp From e53ae992044dcfd51246642d45cb6a790846b347 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Tue, 22 May 2012 21:50:21 +0300 Subject: [PATCH 019/131] added some templates --- Qt.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index d1aec9ec..2ca752a7 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -1,7 +1,11 @@ # C++ objects and libs +*.slo +*.lo *.o *.a +*.la +*.lai *.so *.dll *.dynlib @@ -12,3 +16,5 @@ *.pro.user.* moc_*.cpp qrc_*.cpp +Makefile +*-build-* From 603a1f268131382750f386b6f602578948c34810 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Tue, 22 May 2012 22:00:28 +0300 Subject: [PATCH 020/131] now it support *.desktop files --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index 2ca752a7..3fc03124 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -18,3 +18,4 @@ moc_*.cpp qrc_*.cpp Makefile *-build-* +*.desktop From f4530cfa0bf60fb8cfc946a76c7fd4b73085eeea Mon Sep 17 00:00:00 2001 From: Misha Manulis Date: Mon, 28 May 2012 21:51:25 -0700 Subject: [PATCH 021/131] Adding support for SDCC compiler files --- Sdcc.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Sdcc.gitignore diff --git a/Sdcc.gitignore b/Sdcc.gitignore new file mode 100644 index 00000000..a4cb9fcd --- /dev/null +++ b/Sdcc.gitignore @@ -0,0 +1,9 @@ +# SDCC stuff +*.lnk +*.lst +*.map +*.mem +*.rel +*.rst +*.sym + From c27430e74c0339a3d582d9117cb5d007597835da Mon Sep 17 00:00:00 2001 From: Sven Schultschik Date: Mon, 4 Jun 2012 22:59:05 +0200 Subject: [PATCH 022/131] PhPStorm gitignore --- Global/PhPStorm.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 Global/PhPStorm.gitignore diff --git a/Global/PhPStorm.gitignore b/Global/PhPStorm.gitignore new file mode 100644 index 00000000..62c89355 --- /dev/null +++ b/Global/PhPStorm.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file From 91a1756d29131c38599af43e417b15a2340f7d6e Mon Sep 17 00:00:00 2001 From: Max Nanasy Date: Mon, 4 Jun 2012 14:51:20 -0700 Subject: [PATCH 023/131] Removed redundant ".directory" that was already covered by ".*". --- Global/Linux.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 38ad907e..151e2997 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,6 +1,3 @@ .* !.gitignore *~ - -# KDE -.directory From cae4051346b390791380714ea79945fc2a6c0b6f Mon Sep 17 00:00:00 2001 From: Bastien Colmard Date: Tue, 5 Jun 2012 12:38:20 +0300 Subject: [PATCH 024/131] Added Play 2.0 working directories as stated in the official documentation http://www.playframework.org/documentation/2.0/Anatomy --- PlayFramework.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 75d8811d..8df96af9 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -12,6 +12,9 @@ log logs modules precompiled +project/project +project/target +target tmp test-result server.pid From 93c4f1b610cb0325358d03f9102c84457154dd39 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 9 Jun 2012 08:30:06 +0300 Subject: [PATCH 025/131] *.desktop removed from the list --- Qt.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index 3fc03124..2ca752a7 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -18,4 +18,3 @@ moc_*.cpp qrc_*.cpp Makefile *-build-* -*.desktop From d49148e2bdfa6d2f95ee835f68b70f3bb099cdfb Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 9 Jun 2012 16:36:58 +0300 Subject: [PATCH 026/131] dynlib => dylib (msspl) --- Qt.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index 2ca752a7..16b4ee58 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -8,7 +8,7 @@ *.lai *.so *.dll -*.dynlib +*.dylib # Qt-es From e741ca37c8906a5aa86cbc06286e615e18e72b39 Mon Sep 17 00:00:00 2001 From: Satish BD Date: Sun, 10 Jun 2012 01:32:00 +0300 Subject: [PATCH 027/131] Ignores for gtags and cscope added. --- Global/Tags.gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore index cc28fefa..45922ec1 100644 --- a/Global/Tags.gitignore +++ b/Global/Tags.gitignore @@ -1,5 +1,14 @@ -# Ignore tags created by etags and ctags +# Ignore tags created by etags, ctags, gtags (GNU global) and cscope TAGS !TAGS/ tags !tags/ +gtags.files +GTAGS +GRTAGS +GPATH +cscope.files +cscope.out +cscope.in.out +cscope.po.out + From b341772f93d198647754a86f4655bc65b343280e Mon Sep 17 00:00:00 2001 From: Gant Date: Fri, 22 Jun 2012 12:38:36 -0500 Subject: [PATCH 028/131] Added RubyMotion gitignore --- RubyMotion.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 RubyMotion.gitignore diff --git a/RubyMotion.gitignore b/RubyMotion.gitignore new file mode 100644 index 00000000..ef5d7194 --- /dev/null +++ b/RubyMotion.gitignore @@ -0,0 +1,13 @@ +.repl_history +build +tags + +# common annoyance editors +.DS_Store +nbproject +.redcar +*.swp +*.swo +~ +.eprj + From dc623d479db9ce6c67ad5bf565b80d1adef6ee90 Mon Sep 17 00:00:00 2001 From: sciencebrainrs Date: Sat, 23 Jun 2012 17:19:47 -0500 Subject: [PATCH 029/131] Add out folder to gitignore --- Global/IntelliJ.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/IntelliJ.gitignore b/Global/IntelliJ.gitignore index 7d89b9c0..7576fded 100644 --- a/Global/IntelliJ.gitignore +++ b/Global/IntelliJ.gitignore @@ -2,3 +2,4 @@ *.ipr *.iws .idea/ +out/ From 818ed295cf3f68e77e003f8a1f101074f6bddca6 Mon Sep 17 00:00:00 2001 From: borekb Date: Tue, 26 Jun 2012 10:42:51 +0300 Subject: [PATCH 030/131] Project files (`.project`, `.actionScriptProperties` and `.flexProperties`) removed from .gitignore as they should be version-controlled. --- Actionscript.gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Actionscript.gitignore b/Actionscript.gitignore index d64cf3cd..fa65f0bd 100644 --- a/Actionscript.gitignore +++ b/Actionscript.gitignore @@ -3,8 +3,9 @@ bin/ bin-debug/ bin-release/ -# Project property files -.actionScriptProperties -.flexProperties +# Other files and folders .settings/ -.project \ No newline at end of file + +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` +# should NOT be excluded as they contain compiler settings and other important +# information for Eclipse / Flash Builder. \ No newline at end of file From 9865ef35a9307dc7e83ce8c2919ad2a87f01042d Mon Sep 17 00:00:00 2001 From: Lucas Jenss Date: Fri, 29 Jun 2012 14:52:34 +0200 Subject: [PATCH 031/131] Ignore *.tdo files generated by the todonotes package The [todonotes package](http://www.tex.ac.uk/tex-archive/macros/latex/contrib/todonotes/todonotes.pdf) generates "tdo" files when you use the \listoftodos command. --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index c88e8b81..bbaaa01b 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -29,3 +29,4 @@ *.toc *.vrb *.xdy +*.tdo From 3e98f923210d41d51b53b34c408d1a7ec633cd24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Barthez?= Date: Mon, 2 Jul 2012 10:53:25 +0300 Subject: [PATCH 032/131] add *.log (wp-content/debug.log) --- Wordpress.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index a5fde5b0..22ec8d2e 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -15,3 +15,4 @@ sitemap.xml sitemap.xml.gz readme.html license.txt +*.log \ No newline at end of file From 027e0338365182a90da0adc28a8a01b7d21e5b8c Mon Sep 17 00:00:00 2001 From: GneatGeek Date: Tue, 3 Jul 2012 13:54:50 -0700 Subject: [PATCH 033/131] Updated SASS gitignore --- Global/SASS.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/SASS.gitignore b/Global/SASS.gitignore index 6769a156..2c306072 100644 --- a/Global/SASS.gitignore +++ b/Global/SASS.gitignore @@ -1,2 +1,2 @@ ### SASS Ignores - "Sassy CSS" http://sass-lang.com/ -.sass-cache +*.sass-cache From 6e3af78e049324afab824b7b899c182f3b0fdebd Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 7 Jul 2012 06:11:09 +0900 Subject: [PATCH 034/131] ignoring dynamic link library in MacOS X *.dylib is an extension for dynamic link library in MacOS X. --- C++.gitignore | 1 + C.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 8df9393e..620d3dc8 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -5,6 +5,7 @@ # Compiled Dynamic libraries *.so +*.dylib # Compiled Static libraries *.lai diff --git a/C.gitignore b/C.gitignore index 6ca7021a..4d113a7a 100644 --- a/C.gitignore +++ b/C.gitignore @@ -7,6 +7,7 @@ # Shared objects (inc. Windows DLLs) *.dll *.so +*.dylib # Executables *.exe From 1365cd43f75ff2d6470254ec139f3e6f8b8bf653 Mon Sep 17 00:00:00 2001 From: Joachim Bondo Date: Wed, 11 Jul 2012 15:19:29 +0300 Subject: [PATCH 035/131] Update to also ignore .DS_Store files --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 5ba3b592..014ad178 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,4 +1,5 @@ # Xcode +.DS_Store build/* *.pbxuser !default.pbxuser From 3bdb155bd2ed3e83152694e783bf1d2b955f03a1 Mon Sep 17 00:00:00 2001 From: Luis Abreu Date: Sun, 15 Jul 2012 18:53:32 +0200 Subject: [PATCH 036/131] * Updated comments * added web.config and authorize.php * tweaked settings.php path to also ignore stock example.settings.php file * tweaked files and private folders paths to include all sites --- Drupal.gitignore | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 753eaedc..73677d29 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,23 +1,29 @@ -sites/default/files -sites/default/private -sites/default/settings.php +# Ignore configuration files that may contain sensitive information. +sites/*/*settings*.php + +# Ignore paths that contain generated content. cache/ files/ -/README.txt +sites/*/files +sites/*/private + +# Ignore default text files +.htaccess +robots.txt /CHANGELOG.txt /COPYRIGHT.txt /INSTALL*.txt /LICENSE.txt /MAINTAINERS.txt /UPGRADE.txt -robots.txt +/README.txt sites/all/README.txt sites/all/modules/README.txt sites/all/themes/README.txt -.htaccess -#for non core developer -#only include "sites" folder without exclusions before +# Ignore everything but the "sites" folder ( for non core developer ) +web.config +authorize.php cron.php index.php install.php @@ -28,5 +34,4 @@ xmlrpc.php /modules /profiles /scripts -/themes - +/themes \ No newline at end of file From 0be0dd05f7411065ae13d4919c4a6397cfe01744 Mon Sep 17 00:00:00 2001 From: Hugo Ferreira Date: Tue, 17 Jul 2012 01:17:08 +0200 Subject: [PATCH 037/131] Windows XP Media Center Edition also creates ehthumbs.db which holds previews of video files. See http://en.wikipedia.org/wiki/Windows_thumbnail_cache#Thumbs.db --- Global/Windows.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 9f54263d..55f332cf 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,5 +1,6 @@ # Windows image file caches Thumbs.db +ehthumbs.db # Folder config file Desktop.ini From 9da936706cd06cb00c01843181c08456071e5d12 Mon Sep 17 00:00:00 2001 From: bfuk Date: Tue, 24 Jul 2012 11:41:47 +0200 Subject: [PATCH 038/131] Added ignore of W3TC cache folder (for users that might be using W3TC cache plugin) --- Wordpress.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index a5fde5b0..a90a049e 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -11,6 +11,7 @@ wp-content/advanced-cache.php wp-content/wp-cache-config.php wp-content/cache/* wp-content/cache/supercache/* +wp-content/w3tc/* sitemap.xml sitemap.xml.gz readme.html From e2c0408fb6687ce2d8fdd8d918beec75429af1a0 Mon Sep 17 00:00:00 2001 From: Filip Spiridonov Date: Tue, 31 Jul 2012 11:57:21 +0800 Subject: [PATCH 039/131] Update SeamGen.gitignore --- SeamGen.gitignore | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/SeamGen.gitignore b/SeamGen.gitignore index 50ec0ffc..a418cf37 100644 --- a/SeamGen.gitignore +++ b/SeamGen.gitignore @@ -1,13 +1,24 @@ /bootstrap/data /bootstrap/tmp -/classes/ # all class files -/dist/ # contains generated war files for deployment -/exploded-archives/ # war content generation during deploy (or explode) -/test-build/ # test compilation (ant target for Seam) -/test-output/ # test results -/test-report/ # test report generation for, e.g., Hudson -/target/ # maven output folder -temp-testng-customsuite.xml # generated when running test cases under Eclipse +/classes/ +/dist/ +/exploded-archives/ +/test-build/ +/test-output/ +/test-report/ +/target/ +temp-testng-customsuite.xml + +# based on http://stackoverflow.com/a/8865858/422476 I am removing inline comments + +#/classes/ all class files +#/dist/ contains generated war files for deployment +#/exploded-archives/ war content generation during deploy (or explode) +#/test-build/ test compilation (ant target for Seam) +#/test-output/ test results +#/test-report/ test report generation for, e.g., Hudson +#/target/ maven output folder +#temp-testng-customsuite.xml generated when running test cases under Eclipse # Thanks to @VonC and @kraftan for their helpful answers on a related question # on StackOverflow.com: From ac71c8886dcc91493349845ee4e5e4efdd28f60f Mon Sep 17 00:00:00 2001 From: Ruslan Brest Date: Wed, 1 Aug 2012 10:53:36 +0300 Subject: [PATCH 040/131] fix Opencart gitignore --- opencart.gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/opencart.gitignore b/opencart.gitignore index de4a4076..c673f1f8 100644 --- a/opencart.gitignore +++ b/opencart.gitignore @@ -1,10 +1,10 @@ -image/cache -system/cache -system/database -system/engine -system/logs -system/library -system/helper -download/ config.php admin/config.php + +!index.html + +download +image/cache/*.jpg +image/cache/data/* +system/cache +system/logs From d9d85d8a247ffd80ac4cc7733f5adb99dd28c4fd Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Thu, 2 Aug 2012 14:37:34 -0700 Subject: [PATCH 041/131] Added Windows Azure build output files --- CSharp.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index adaf4ecc..b1e742ff 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -76,6 +76,10 @@ publish # Publish Web Output *.Publish.xml +# Windows Azure Build Output +csx +*.build.csdef + # Others [Bb]in [Oo]bj From 1a2c40923c4ee272980bbacc2f5194cd49a84a64 Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Thu, 2 Aug 2012 14:40:30 -0700 Subject: [PATCH 042/131] Added NuGet packages directory --- CSharp.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index b1e742ff..d00f9691 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -76,6 +76,9 @@ publish # Publish Web Output *.Publish.xml +# NuGet Packages Directory +packages + # Windows Azure Build Output csx *.build.csdef From 67083ce70d41bf4004c7a8326953bab8a94cc986 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Fri, 3 Aug 2012 12:18:45 +1000 Subject: [PATCH 043/131] Make CakePHP ignore config folder of either case This takes the change from #339 and makes it case insensitive so that CakePHP projects from both before and after the rename ignore the appropriate files. --- CakePHP.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 9fbdf358..61d34467 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -1,7 +1,7 @@ tmp/* -Config/core.php -Config/database.php +[Cc]onfig/core.php +[Cc]onfig/database.php app/tmp/* -app/Config/core.php -app/Config/database.php +app/[Cc]onfig/core.php +app/[Cc]onfig/database.php !empty \ No newline at end of file From 6f6c2eac58900f76673bce7ad75d171c24fee27d Mon Sep 17 00:00:00 2001 From: Ali Servet Donmez Date: Fri, 3 Aug 2012 12:41:27 +0200 Subject: [PATCH 044/131] Add .LSOverride --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 9207892a..ed5ea904 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,3 +15,4 @@ xcuserdata profile *.moved-aside DerivedData +.LSOverride From 4db1b0429f567381cd3e9688e9e10bf730955760 Mon Sep 17 00:00:00 2001 From: Jonas Schmid Date: Mon, 6 Aug 2012 09:09:09 +0300 Subject: [PATCH 045/131] Android: Ignore the proguard folder When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index fb8e9e09..cd49c694 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -18,3 +18,6 @@ local.properties # Eclipse project files .classpath .project + +# Proguard folder generated by Eclipse +proguard/ \ No newline at end of file From 5a860949c0858da5fe6b2ff0e64bd9256c845614 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Wed, 8 Aug 2012 17:37:15 +1000 Subject: [PATCH 046/131] =?UTF-8?q?Remove=20space=20after=20Thumbs.db=20?= =?UTF-8?q?=E2=80=94=20fixes=20#355?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Global/Windows.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 55f332cf..351ec9d1 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,5 +1,5 @@ # Windows image file caches -Thumbs.db +Thumbs.db ehthumbs.db # Folder config file From 5ccc2ed67a6383f7b7c46cdfe500da3fc9ef627e Mon Sep 17 00:00:00 2001 From: Janusz Lenar Date: Wed, 8 Aug 2012 10:52:23 +0300 Subject: [PATCH 047/131] Add objects and libraries on Windows --- C++.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 620d3dc8..5d178a26 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -2,12 +2,15 @@ *.slo *.lo *.o +*.obj # Compiled Dynamic libraries *.so *.dylib +*.dll # Compiled Static libraries *.lai *.la *.a +*.lib From 53adf394a068bdcce636317ab66e1f1010e0d030 Mon Sep 17 00:00:00 2001 From: Janusz Lenar Date: Wed, 8 Aug 2012 11:36:30 +0300 Subject: [PATCH 048/131] Add executables for C++ --- C++.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 5d178a26..0def2755 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -14,3 +14,8 @@ *.la *.a *.lib + +# Executables +*.exe +*.out +*.app From 2661a8201010647327a8d41d34545da8d17a158e Mon Sep 17 00:00:00 2001 From: Eduard Carreras Date: Wed, 8 Aug 2012 19:57:13 +0300 Subject: [PATCH 049/131] Adding pydev files --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index f76ed740..df497ce8 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -31,4 +31,5 @@ nosetests.xml #Mr Developer .mr.developer.cfg - +.project +.pydevproject From 6073319fb14c6de42712a21bc1aab27af2d5f580 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Wed, 8 Aug 2012 16:33:51 -0700 Subject: [PATCH 050/131] Added .gitignore entries for .vspx and .log --- CSharp.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index d00f9691..99120852 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -32,6 +32,7 @@ x64/ *.tli *.tlh *.tmp +*.log *.vspscc *.vssscc .builds @@ -46,6 +47,7 @@ ipch/ # Visual Studio profiler *.psess *.vsp +*.vspx # Guidance Automation Toolkit *.gpState From de7a7117c71bb4a9ff2ac4ddbe346e2c0da85e0d Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Wed, 8 Aug 2012 16:34:59 -0700 Subject: [PATCH 051/131] Added .vspx and .log to .gitignore for VB --- VB.Net.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VB.Net.gitignore b/VB.Net.gitignore index 5a4f80c0..a5d3ad35 100644 --- a/VB.Net.gitignore +++ b/VB.Net.gitignore @@ -33,6 +33,7 @@ x64/ *.tli *.tlh *.tmp +*.log *.vspscc *.vssscc .builds @@ -47,6 +48,7 @@ ipch/ # Visual Studio profiler *.psess *.vsp +*.vspx # Guidance Automation Toolkit *.gpState From 0b64d5e93d28922f27e10f8ea864de2c334e43ac Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Wed, 15 Aug 2012 01:43:20 +0200 Subject: [PATCH 052/131] .gitignore file for Eagle --- Eagle.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Eagle.gitignore diff --git a/Eagle.gitignore b/Eagle.gitignore new file mode 100644 index 00000000..a5410348 --- /dev/null +++ b/Eagle.gitignore @@ -0,0 +1,36 @@ +# Ignore list for Eagle, a PCB layout tool + +# Backup files +*.s#? +*.b#? +*.l#? + +# Eagle project file +# It contains a serial number and references to the file structure +# on your computer. +# comment the following line if you want to have your project file included. +eagle.epf + +# CAM files +*.$$$ +*.cmp +*.ly2 +*.l15 +*.sol +*.plc +*.stc +*.sts +*.crc +*.crs + +*.dri +*.drl +*.gpi +*.pls + +*.drd +*.drd.* + +*.info + +*.eps From 2f7bc6bab32f82fd01a623b35f5135345a4735c0 Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Sat, 18 Aug 2012 19:55:23 +0300 Subject: [PATCH 053/131] added missing whitespaces in comments --- Python.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index df497ce8..d2d6f360 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -26,10 +26,10 @@ pip-log.txt .tox nosetests.xml -#Translations +# Translations *.mo -#Mr Developer +# Mr Developer .mr.developer.cfg .project .pydevproject From 174c45e796b57d79ac1b8a400559d6b7a272a4a5 Mon Sep 17 00:00:00 2001 From: Jonas Trevisan Date: Wed, 22 Aug 2012 13:38:50 -0300 Subject: [PATCH 054/131] Added .AppleDouble to OSX --- Global/OSX.gitignore | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index f9516c09..bdc30421 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,9 +1,11 @@ -.DS_Store -Icon - -# Thumbnails -._* - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes +.DS_Store +.AppleDouble +Icon + + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes From a1ef23350d062b9da07e7d9e5f0652b9e1e55ea2 Mon Sep 17 00:00:00 2001 From: Mike Nikles Date: Wed, 22 Aug 2012 18:06:15 -0700 Subject: [PATCH 055/131] Added Appcelerator Titanium .gitignore file. --- AppceleratorTitanium.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 AppceleratorTitanium.gitignore diff --git a/AppceleratorTitanium.gitignore b/AppceleratorTitanium.gitignore new file mode 100644 index 00000000..3abea559 --- /dev/null +++ b/AppceleratorTitanium.gitignore @@ -0,0 +1,3 @@ +# Build folder and log file +build/ +build.log From f78c09ffd22421ba6de22975140934a07e2d9a48 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Fri, 24 Aug 2012 16:43:07 +1000 Subject: [PATCH 056/131] Manual merge to close #305 --- Global/Matlab.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index 20843f21..f52813b6 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -11,3 +11,6 @@ # Compiled MEX binaries (all platforms) *.mex* + +# Simulink Code Generation +slprj/ From 54928f53d7d058f3b96a5a812e49184f2e9ee48b Mon Sep 17 00:00:00 2001 From: Ali Servet Donmez Date: Mon, 27 Aug 2012 12:38:11 +0200 Subject: [PATCH 057/131] Seems like this should go into OSX.gitignore instead. --- Global/OSX.gitignore | 3 ++- Objective-C.gitignore | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index f9516c09..ef10493f 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,5 +1,6 @@ .DS_Store -Icon +.LSOverride +Icon # Thumbnails ._* diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ed5ea904..9207892a 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,4 +15,3 @@ xcuserdata profile *.moved-aside DerivedData -.LSOverride From 392a91e792dbfcbf87fafa0dd0bc4c641771d12f Mon Sep 17 00:00:00 2001 From: Vasyl Liutikov Date: Mon, 27 Aug 2012 14:00:59 +0300 Subject: [PATCH 058/131] add *.hmap --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 89c499e4..ff37636b 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -16,3 +16,4 @@ profile *.moved-aside DerivedData .idea/ +*.hmap From 74e12d9cb7cb1045f3ea4916a3cc1c4f98f7c33f Mon Sep 17 00:00:00 2001 From: Vasyl Liutikov Date: Mon, 27 Aug 2012 14:01:57 +0300 Subject: [PATCH 059/131] ignore all build directories in subdirectories --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ff37636b..7697b30c 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,6 +1,6 @@ # Xcode .DS_Store -build/ +*/build/* *.pbxuser !default.pbxuser *.mode1v3 From a5d6516f13097dc93cab4116bcc95ab7f03eca26 Mon Sep 17 00:00:00 2001 From: Nate Abele Date: Sat, 1 Sep 2012 19:10:36 -0300 Subject: [PATCH 060/131] The Lithium app should be the root repo folder --- Lithium.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lithium.gitignore b/Lithium.gitignore index e4e1532e..7b22568e 100644 --- a/Lithium.gitignore +++ b/Lithium.gitignore @@ -1,2 +1,2 @@ -app/libraries/* -app/resources/tmp/* +libraries/* +resources/tmp/* From c1cac76c736201f5180484eebdcc9c7eb3a6c71b Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sun, 23 Sep 2012 14:31:30 -0700 Subject: [PATCH 061/131] Update README to detail best pull request style --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 45da9e3a..66c163ad 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,18 @@ For more information on gitignore: [gitignore(5)][g5] [pr]: http://help.github.com/pull-requests/ [g5]: http://man.cx/gitignore +## Pull Requests + +Since this repo includes a large and diverse +number of programming languages, frameworks, editors, +and ecosystems, it's **very helpful** if you can provide +a link to information supporting your pull request. +Up-to-date, canonical documentation that mentions the files +to be ignored is best. + +This ensures we can efficiently go through pull requests +and keep quality high. + ## Global Ignores git has a global configuration that applies rules to all of From e295e20fa2a31d0826a24d1009428788fc330b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Bernard=20Ratt=C3=A9?= Date: Sun, 30 Sep 2012 11:47:35 -0400 Subject: [PATCH 062/131] PyCharm IDE project specific files --- Global/PyCharm.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Global/PyCharm.gitignore diff --git a/Global/PyCharm.gitignore b/Global/PyCharm.gitignore new file mode 100644 index 00000000..57272810 --- /dev/null +++ b/Global/PyCharm.gitignore @@ -0,0 +1,4 @@ +# PyCharm +# http://www.jetbrains.com/pycharm/webhelp/project.html +.idea +.iml From 187c9cd39900d78b01e7aad782ae71044818930d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Bernard=20Ratt=C3=A9?= Date: Sun, 30 Sep 2012 11:51:29 -0400 Subject: [PATCH 063/131] VritualEnv specific files generated automaticaly when a new Env is created --- Global/VirtualEnv.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Global/VirtualEnv.gitignore diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore new file mode 100644 index 00000000..fb4f44eb --- /dev/null +++ b/Global/VirtualEnv.gitignore @@ -0,0 +1,7 @@ +# Virtualenv +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +.Python +[Bb]in +[Ii]nclude +[Ll]ib +[Ss]cripts From 0bcb4f258c0696e7ac2246c16200b8e7fbc9015b Mon Sep 17 00:00:00 2001 From: Stanislaw Swierc Date: Mon, 1 Oct 2012 10:05:17 +0100 Subject: [PATCH 064/131] Added Windows Store app package directory --- CSharp.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index 99120852..bdc3535f 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -85,6 +85,9 @@ packages csx *.build.csdef +# Windows Store app package directory +AppPackages/ + # Others [Bb]in [Oo]bj From 2671086d638aa2c51feb71100901c43d02be82aa Mon Sep 17 00:00:00 2001 From: "Jared Koumentis (ShepBook)" Date: Thu, 4 Oct 2012 20:30:20 -0400 Subject: [PATCH 065/131] attempting to merge https://github.com/github/gitignore/pull/310 --- Wordpress.gitignore | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index f40d4fd4..ffc36524 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -1,19 +1,14 @@ .htaccess -wp-*.php -xmlrpc.php -wp-admin/ -wp-includes/ +wp-config.php wp-content/uploads/ wp-content/blogs.dir/ -wp-content/upgrade/* -wp-content/backup-db/* +wp-content/upgrade/ +wp-content/backup-db/ wp-content/advanced-cache.php wp-content/wp-cache-config.php -wp-content/cache/* -wp-content/cache/supercache/* -wp-content/w3tc/* sitemap.xml -sitemap.xml.gz -readme.html -license.txt *.log +wp-content/cache/ +wp-content/backups/ +sitemap.xml +sitemap.xml.gz \ No newline at end of file From cdb12b37545c566f41787e067d11680458dad02c Mon Sep 17 00:00:00 2001 From: Robert Pitts Date: Thu, 11 Oct 2012 16:59:14 -0700 Subject: [PATCH 066/131] Update Leiningen.gitignore /targets/ should be ignored as well --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index b8c1b218..40fbb289 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -2,4 +2,5 @@ pom.xml *jar /lib/ /classes/ +/targets/ .lein-deps-sum From d3dba5beb988b73ba7fee299131cc7f0a9c3c6a3 Mon Sep 17 00:00:00 2001 From: Adrie den Hartog Date: Tue, 16 Oct 2012 16:21:31 +0300 Subject: [PATCH 067/131] Concrete5: Also ignore /tmp files Concrete5: Also ignore /tmp files --- Concrete5.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Concrete5.gitignore b/Concrete5.gitignore index 647a7614..cfe1cabd 100644 --- a/Concrete5.gitignore +++ b/Concrete5.gitignore @@ -1,2 +1,3 @@ config/site.php files/cache/* +files/tmp/* \ No newline at end of file From 0fc164e94ee77c8e8b3ffe78e614bf7ce7699eb7 Mon Sep 17 00:00:00 2001 From: Jens Jahnke Date: Wed, 17 Oct 2012 12:05:58 +0200 Subject: [PATCH 068/131] Added gitignore file for Typo3. To make it easier to handle typo3 under git. There is a related entry at stackoverflow: http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git --- Typo3.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Typo3.gitignore diff --git a/Typo3.gitignore b/Typo3.gitignore new file mode 100644 index 00000000..0ee23cbf --- /dev/null +++ b/Typo3.gitignore @@ -0,0 +1,18 @@ +## Typo3 +# Ignore serveral upload and file directories. +/fileadmin/user_upload/ +/fileadmin/_temp_/ +/uploads/ +# Ignore cache +/typo3conf/temp_CACHED* +/typo3conf/temp_fieldInfo.php +# Ignore local config which overrides typo3 config. +# You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php. +# See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details. +/typo3conf/localconf_local.php +# Ignore system folders, you should have them symlinked. +# If not comment out the following two entries. +/typo3/ +/t3lib/ +# Ignore temp directory. +/typo3temp/ From 694eb80d7bcbf1d42d09151d71c62c69c3dcfa2e Mon Sep 17 00:00:00 2001 From: John McCutchan Date: Fri, 26 Oct 2012 17:58:35 -0700 Subject: [PATCH 069/131] Add Dart language support --- Dart.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Dart.gitignore diff --git a/Dart.gitignore b/Dart.gitignore new file mode 100644 index 00000000..46f57628 --- /dev/null +++ b/Dart.gitignore @@ -0,0 +1,4 @@ +.DS_Store +packages +.project +pubspec.lock From c9397c586be3e252fd2a479b6e7b037c150aaff1 Mon Sep 17 00:00:00 2001 From: mwitek Date: Sun, 28 Oct 2012 20:49:30 -0400 Subject: [PATCH 070/131] added .rvmrc to the list of ignored extentions --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index 54cb8bbb..7be93a18 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -3,6 +3,7 @@ .sass-cache capybara-*.html .rspec +.rvmrc /.bundle /vendor/bundle /log/* From a698a92747b9f0fe332b2136e17664cea3a2d634 Mon Sep 17 00:00:00 2001 From: Michael Minter Date: Tue, 30 Oct 2012 12:05:22 -0500 Subject: [PATCH 071/131] add .project files to .gitignore .project files come from Aptana Studio, a Rails IDE. --- Rails.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index 54cb8bbb..d8b22bb2 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -13,4 +13,5 @@ capybara-*.html /spec/tmp/* **.orig rerun.txt -pickle-email-*.html \ No newline at end of file +pickle-email-*.html +.project \ No newline at end of file From 3df67a965101828dc87f6c0248030d7efe5d6252 Mon Sep 17 00:00:00 2001 From: Andrej Mihajlov Date: Thu, 8 Nov 2012 14:07:25 +0100 Subject: [PATCH 072/131] Update Node.gitignore --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index f356293e..4d063b5c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -12,3 +12,4 @@ logs results npm-debug.log +node_modules \ No newline at end of file From 3c54c0d7aa915ab2c39c03ed70cefcce4d6054e4 Mon Sep 17 00:00:00 2001 From: zhaojunmeng Date: Wed, 14 Nov 2012 22:24:17 +0800 Subject: [PATCH 073/131] Add *~ to ignore vim temp file. --- Global/vim.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 5a2155bc..8e9089f5 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,5 @@ .*.sw[a-z] *.un~ Session.vim -.netrwhist \ No newline at end of file +.netrwhist +*~ From b184145693fcc07d0f40cc47ce3a62c6b5879918 Mon Sep 17 00:00:00 2001 From: duncandee Date: Fri, 16 Nov 2012 09:06:57 +0200 Subject: [PATCH 074/131] Update Wordpress.gitignore Duplicate sitemap.xml --- Wordpress.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index ffc36524..6ff1e08d 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -10,5 +10,4 @@ sitemap.xml *.log wp-content/cache/ wp-content/backups/ -sitemap.xml sitemap.xml.gz \ No newline at end of file From b33818a4288ad18247dc777f3b155ec51fe23853 Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Tue, 20 Nov 2012 11:02:21 +0000 Subject: [PATCH 075/131] Removed duplication of bin on obj folders These two lines look like a duplicate of what we already have at the top of the file and if we want to keep it should probably go under # Build results --- CSharp.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/CSharp.gitignore b/CSharp.gitignore index bdc3535f..9df045b6 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -89,8 +89,6 @@ csx AppPackages/ # Others -[Bb]in -[Oo]bj sql TestResults [Tt]est[Rr]esult* From 62ca79528e33b187fed975ebd876f63d070a2a45 Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Tue, 20 Nov 2012 11:06:33 +0000 Subject: [PATCH 076/131] Ignore SASS cache Adds ignore for a sass cache used by Mindscape Web Workbench (generatings css from .scss files). --- CSharp.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index 9df045b6..2ff39fbf 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -55,6 +55,9 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper* +# Mindbench SASS cache +.sass-cache/ + # NCrunch *.ncrunch* .*crunch*.local.xml From 74310b68b14aceaba10336a70f7fedc3b3728774 Mon Sep 17 00:00:00 2001 From: Lars Wilhelmsen Date: Thu, 22 Nov 2012 13:30:04 +0100 Subject: [PATCH 077/131] Added section for SQL Server files Ignore SQL Server Database and log files in App_Data. --- CSharp.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index bdc3535f..389262bc 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -106,3 +106,7 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML + +# SQL Server files +App_Data/*.mdf +App_Data/*.ldf From 044043f5590e8018d0f51e668bfd7fbac30b57f6 Mon Sep 17 00:00:00 2001 From: amalrik Date: Thu, 22 Nov 2012 21:33:12 -0200 Subject: [PATCH 078/131] change the line endings of Global/OSX from dos to unix format --- Global/OSX.gitignore | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index fb44efc6..cf8db5d9 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,12 +1,12 @@ -.DS_Store -.AppleDouble -.LSOverride -Icon - - -# Thumbnails -._* - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes +.DS_Store +.AppleDouble +.LSOverride +Icon + + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes From 3ce543bc4d181b62906112f1d84b5531e81e87e7 Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Mon, 17 Dec 2012 11:21:18 -0800 Subject: [PATCH 079/131] Adding an MIT license Want to make it clear that anybody can use these files in any way they need to. --- LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..0f05796d --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2012 GitHub, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. From aec35399986a290636040a0875771dbccbe08d26 Mon Sep 17 00:00:00 2001 From: Joshua Hou Date: Wed, 18 Apr 2012 18:42:13 -0700 Subject: [PATCH 080/131] add intellij files to Android.gitignore --- Android.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index cd49c694..87a44e0e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -20,4 +20,11 @@ local.properties .project # Proguard folder generated by Eclipse -proguard/ \ No newline at end of file +proguard/ + +# Intellij project files +*.iml +*.ipr +*.iws +.idea/ + From ec5009e954d78b23dfa52e80e26c8dd25822b9e4 Mon Sep 17 00:00:00 2001 From: Haacked Date: Wed, 19 Dec 2012 15:28:41 -0800 Subject: [PATCH 081/131] Move VisualStudio file from Global to main list --- Global/VisualStudio.gitignore => VisualStudio.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Global/VisualStudio.gitignore => VisualStudio.gitignore (100%) diff --git a/Global/VisualStudio.gitignore b/VisualStudio.gitignore similarity index 100% rename from Global/VisualStudio.gitignore rename to VisualStudio.gitignore From 947f5d13abd1e35a2ce103e7add12417f4f27b53 Mon Sep 17 00:00:00 2001 From: Haacked Date: Wed, 19 Dec 2012 15:46:33 -0800 Subject: [PATCH 082/131] Merge missing CSharp/VB settinsg into VisualStudio The VisualStudio gitignore file was missing a few useful settings contained in the CSharp and VB.NET gitignore files. --- VisualStudio.gitignore | 47 +++++++++++++++++++++++++++++++++--------- 1 file changed, 37 insertions(+), 10 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9d4784c8..47e8c38a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -8,13 +8,15 @@ # Build results -[Dd]ebug*/ +[Dd]ebug/ [Rr]elease/ - +x64/ build/ +[Bb]in/ +[Oo]bj/ - -[Tt]est[Rr]esult +# MSTest test Results +[Tt]est[Rr]esults/ [Bb]uild[Ll]og.* *_i.c @@ -32,14 +34,14 @@ build/ *.tli *.tlh *.tmp +*.log *.vspscc *.vssscc .builds - *.pidb - *.log *.scc + # Visual C++ cache files ipch/ *.aps @@ -50,6 +52,7 @@ ipch/ # Visual Studio profiler *.psess *.vsp +*.vspx # Guidance Automation Toolkit *.gpState @@ -82,9 +85,18 @@ publish # Publish Web Output *.Publish.xml +# NuGet Packages Directory +## TODO: If you have NuGet Package Restore enabled, uncomment the next line +#packages/ + +# Windows Azure Build Output +csx +*.build.csdef + +# Windows Store app package directory +AppPackages/ + # Others -[Bb]in -[Oo]bj sql TestResults [Tt]est[Rr]esult* @@ -104,5 +116,20 @@ _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML -# NuGet -packages/ +# SQL Server files +App_Data/*.mdf +App_Data/*.ldf + +# ========================= +# Windows detritus +# ========================= + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ From f06c0504ac984ee44ddc820c609a4e9490ec7d19 Mon Sep 17 00:00:00 2001 From: Haacked Date: Wed, 19 Dec 2012 15:49:20 -0800 Subject: [PATCH 083/131] Remove CSharp and VB.NET ignore files These files were redundant. They had almost exactly the same settings. They are being replaced by the VisualStudio file. --- CSharp.gitignore | 113 ----------------------------------------------- VB.Net.gitignore | 99 ----------------------------------------- 2 files changed, 212 deletions(-) delete mode 100644 CSharp.gitignore delete mode 100644 VB.Net.gitignore diff --git a/CSharp.gitignore b/CSharp.gitignore deleted file mode 100644 index d82323e2..00000000 --- a/CSharp.gitignore +++ /dev/null @@ -1,113 +0,0 @@ -# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) -[Bb]in/ -[Oo]bj/ - -# mstest test results -TestResults - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -*.sln.docstates - -# Build results -[Dd]ebug/ -[Rr]elease/ -x64/ -*_i.c -*_p.c -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.log -*.vspscc -*.vssscc -.builds - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf - -# Visual Studio profiler -*.psess -*.vsp -*.vspx - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper* - -# Mindbench SASS cache -.sass-cache/ - -# NCrunch -*.ncrunch* -.*crunch*.local.xml - -# Installshield output folder -[Ee]xpress - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish - -# Publish Web Output -*.Publish.xml - -# NuGet Packages Directory -packages - -# Windows Azure Build Output -csx -*.build.csdef - -# Windows Store app package directory -AppPackages/ - -# Others -sql -TestResults -[Tt]est[Rr]esult* -*.Cache -ClientBin -[Ss]tyle[Cc]op.* -~$* -*.dbmdl -Generated_Code #added for RIA/Silverlight projects - -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML - -# SQL Server files -App_Data/*.mdf -App_Data/*.ldf diff --git a/VB.Net.gitignore b/VB.Net.gitignore deleted file mode 100644 index a5d3ad35..00000000 --- a/VB.Net.gitignore +++ /dev/null @@ -1,99 +0,0 @@ -# Build and Object Folders -bin/ -obj/ - -#User Specific Files -*.user -*.suo - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -*.sln.docstates - -# Build results -[Dd]ebug/ -[Rr]elease/ -x64/ -*_i.c -*_p.c -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.log -*.vspscc -*.vssscc -.builds - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf - -# Visual Studio profiler -*.psess -*.vsp -*.vspx - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper* - -# NCrunch -*.ncrunch* -.*crunch*.local.xml - -# Installshield output folder -[Ee]xpress - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish - -# Publish Web Output -*.Publish.xml - -# Others -[Bb]in -[Oo]bj -sql -TestResults -[Tt]est[Rr]esult* -*.Cache -ClientBin -[Ss]tyle[Cc]op.* -~$* -*.dbmdl -Generated_Code #added for RIA/Silverlight projects - -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML \ No newline at end of file From f4511ad9b62a7d4f56d30ee2f4fb8890d8932fc2 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Sat, 22 Dec 2012 22:49:43 -0800 Subject: [PATCH 084/131] add a CONTRIBUTING.md file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add a CONTRIBUTING.md file, copied verbatim from the "Pull Requests" section in README.md --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..918dd5e3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +Since this repo includes a large and diverse number of programming languages, frameworks, editors, and ecosystems, it's *very helpful* if you can provide a link to information supporting your pull request. Up-to-date, canonical documentation that mentions the files to be ignored is best. + +This ensures we can efficiently go through pull requests and keep quality high. From 6c95cdd9b9ba695185b6cd8af767ff12338b31ec Mon Sep 17 00:00:00 2001 From: Sam van Kampen Date: Sun, 13 Jan 2013 17:41:18 +0100 Subject: [PATCH 085/131] Removed comment. --- Python.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 869a3cf0..13fe2927 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -17,8 +17,6 @@ develop-eggs .installed.cfg lib lib64 - -# The new '__pycache__' in Python 3 __pycache__ # Installer logs From 9d8b60e91d53f81ee0e924413a1419557bf0cb4e Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@gmail.com> Date: Mon, 14 Jan 2013 15:01:00 +0600 Subject: [PATCH 086/131] Erlang.gitignore erlang.crash.dump added --- Erlang.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Erlang.gitignore b/Erlang.gitignore index b89b9a28..0c20ff0d 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -2,4 +2,5 @@ deps *.o *.beam -*.plt \ No newline at end of file +*.plt +erl_crash.dump From e54e1b752be884da98f05ab970ae26c9775f8b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Tue, 15 Jan 2013 11:33:57 +0100 Subject: [PATCH 087/131] [Objective-C] No longer ignore `xcworkspace` documents. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Workspaces are real documents that can be opened, just like `xcodeproj` documents. These documents are also generated/used by CocoaPods to configure a project’s dependencies. For these reasons, there does not seem a good reason to ignore these any longer. --- Objective-C.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7697b30c..31e6fd9a 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -9,8 +9,6 @@ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -*.xcworkspace -!default.xcworkspace xcuserdata profile *.moved-aside From ac43133993d8d39bbe3a7cfa8db1942993bcb763 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Sat, 19 Jan 2013 17:03:03 +1100 Subject: [PATCH 088/131] Removed Wordpress.gitignore for renaming --- Wordpress.gitignore | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Wordpress.gitignore diff --git a/Wordpress.gitignore b/Wordpress.gitignore deleted file mode 100644 index 6ff1e08d..00000000 --- a/Wordpress.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -.htaccess -wp-config.php -wp-content/uploads/ -wp-content/blogs.dir/ -wp-content/upgrade/ -wp-content/backup-db/ -wp-content/advanced-cache.php -wp-content/wp-cache-config.php -sitemap.xml -*.log -wp-content/cache/ -wp-content/backups/ -sitemap.xml.gz \ No newline at end of file From ef9e85b4780de3d69911076fe57449093e9186a7 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Sat, 19 Jan 2013 17:03:36 +1100 Subject: [PATCH 089/131] Renamed Wordpress.gitignore to WordPress.gitignore WordPress should *always* have a capital P! --- WordPress.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 WordPress.gitignore diff --git a/WordPress.gitignore b/WordPress.gitignore new file mode 100644 index 00000000..6ff1e08d --- /dev/null +++ b/WordPress.gitignore @@ -0,0 +1,13 @@ +.htaccess +wp-config.php +wp-content/uploads/ +wp-content/blogs.dir/ +wp-content/upgrade/ +wp-content/backup-db/ +wp-content/advanced-cache.php +wp-content/wp-cache-config.php +sitemap.xml +*.log +wp-content/cache/ +wp-content/backups/ +sitemap.xml.gz \ No newline at end of file From c6bcfb1bd4342446879aacba8e8d04972c1a2f87 Mon Sep 17 00:00:00 2001 From: andy bristol Date: Mon, 21 Jan 2013 20:10:16 -0500 Subject: [PATCH 090/131] Changed line matching vim swapfiles to use all names it will create as described in http://vimdoc.sourceforge.net/htmldoc/recover.html#E326 --- Global/vim.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 5a2155bc..4ac7c202 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,4 @@ -.*.sw[a-z] +.*.s[a-w][a-z] *.un~ Session.vim .netrwhist \ No newline at end of file From 79a7a1d9c5c1c389a6eb1de2411c1c2c1ba755d2 Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Tue, 22 Jan 2013 10:30:18 -0800 Subject: [PATCH 091/131] Ignore .pfx files such as Windows Store Key --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 47e8c38a..9088e6b2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -105,8 +105,8 @@ ClientBin [Ss]tyle[Cc]op.* ~$* *.dbmdl - *.[Pp]ublish.xml +*.pfx Generated_Code #added for RIA/Silverlight projects From f5d67199f7c58f9f10af46b05869eb973661deae Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Tue, 22 Jan 2013 10:35:42 -0800 Subject: [PATCH 092/131] Ignore crap from Macs Cross platform .NET Dev FTW! --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9088e6b2..07c4255d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -133,3 +133,6 @@ Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ + +# Mac crap +.DS_Store From 77ef0922f2ec4fca7bda3cd7630455e8b9c1bb1e Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 Jan 2013 12:33:24 -0700 Subject: [PATCH 093/131] Update VisualStudio.gitignore New web deploy file name? vs 2012 added this to my solution and it shouldn't go to an open repo. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 07c4255d..c9dfad6c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -84,6 +84,7 @@ publish # Publish Web Output *.Publish.xml +*.pubxml # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line From e12c304ebd9d72d3bf168d56cf6de813b934f13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20D=C3=B6bler?= Date: Sat, 19 Jan 2013 17:25:10 +0100 Subject: [PATCH 094/131] VisualStudio: Ignore update log HTML file VS2012 creates UpdateLog2.htm - not needed in git repository --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 07c4255d..f6162967 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -115,6 +115,7 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML +UpgradeLog*.htm # SQL Server files App_Data/*.mdf From 2ed26ea654df110f66d9d2740e67287054712c5f Mon Sep 17 00:00:00 2001 From: sgm Date: Wed, 9 Jan 2013 21:35:20 +0900 Subject: [PATCH 095/131] VisualStudio: Ignore *.tmp_proj This might be created temporarily during a build. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f6162967..5fa5bfd5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -34,6 +34,7 @@ build/ *.tli *.tlh *.tmp +*.tmp_proj *.log *.vspscc *.vssscc From ed056fdb8e8dc799cbc03f6a5f90b0bdbf20d416 Mon Sep 17 00:00:00 2001 From: neogic Date: Tue, 11 Dec 2012 02:28:04 +0000 Subject: [PATCH 096/131] VisualStudio: Remove dupes, add trailing slashes, etc. Add trailing slashes to folders, RS rule comment, remove dupes. --- VisualStudio.gitignore | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5fa5bfd5..786f3b3f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -16,7 +16,7 @@ build/ [Oo]bj/ # MSTest test Results -[Tt]est[Rr]esults/ +[Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* *_i.c @@ -60,7 +60,7 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper*/ - +# Some recommend against the RS rule below - excludes useful info? *.[Rr]e[Ss]harper # NCrunch @@ -68,7 +68,7 @@ _ReSharper*/ .*crunch*.local.xml # Installshield output folder -[Ee]xpress +[Ee]xpress/ # DocProject is a documentation generator add-in DocProject/buildhelp/ @@ -81,7 +81,7 @@ DocProject/Help/Html2 DocProject/Help/html # Click-Once directory -publish +publish/ # Publish Web Output *.Publish.xml @@ -98,18 +98,17 @@ csx AppPackages/ # Others -sql -TestResults -[Tt]est[Rr]esult* +sql/ *.Cache -ClientBin +ClientBin/ [Ss]tyle[Cc]op.* ~$* *.dbmdl *.[Pp]ublish.xml *.pfx -Generated_Code #added for RIA/Silverlight projects +# RIA/Silverlight projects +Generated_Code/ # Backup & report files from converting an old project file to a newer # Visual Studio version. Backup files are not needed, because we have git ;-) From 78b77feb29cb0e8e5b3e984743f6f4855961006b Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sat, 11 Aug 2012 15:33:32 -0700 Subject: [PATCH 097/131] VisualStudio: Ignore vi's *~ temp files --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 786f3b3f..4ccc1cb6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -103,6 +103,7 @@ sql/ ClientBin/ [Ss]tyle[Cc]op.* ~$* +*~ *.dbmdl *.[Pp]ublish.xml *.pfx From 5f950e0aeccbdb3450114587047c653bf53150bd Mon Sep 17 00:00:00 2001 From: Kristian Hellang Date: Wed, 15 Aug 2012 10:54:17 +0300 Subject: [PATCH 098/131] VisualStudio: Include the packages/repositories.config file. I agree to ignore the NuGet packages folder, but I really think you should check in the repositories.config so NuGet PackageRestore can do it's magic when someone pulls the code and tries to build it... --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4ccc1cb6..70537cc6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -89,6 +89,7 @@ publish/ # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line #packages/ +!packages/repositories.config # Windows Azure Build Output csx From 5684f73b9844eba53642c41b3e742e4d13960e24 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 19 Apr 2012 11:17:30 +0200 Subject: [PATCH 099/131] VisualStudio: ignore .dotcover files. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 70537cc6..81c058f3 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -63,6 +63,9 @@ _ReSharper*/ # Some recommend against the RS rule below - excludes useful info? *.[Rr]e[Ss]harper +# DotCover is a Code Coverage Tool +*.dotCover + # NCrunch *.ncrunch* .*crunch*.local.xml From cf4bb0cf464b1fb7b2dee93ec8f2f5d2aa88193c Mon Sep 17 00:00:00 2001 From: Haacked Date: Tue, 22 Jan 2013 11:51:46 -0800 Subject: [PATCH 100/131] Remove inclusion of repositories.config If you use package restore, you actually don't want this file included. It's not needed. It's only needed if you version packages. AKA, you only need this file if you are not ignoring the "packages" folder. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 81c058f3..0eed40d7 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -92,7 +92,6 @@ publish/ # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line #packages/ -!packages/repositories.config # Windows Azure Build Output csx From 8f47a43cee3ca215361f797583b663eb61143b1a Mon Sep 17 00:00:00 2001 From: Matt Cooper Date: Mon, 10 Sep 2012 06:49:43 -0700 Subject: [PATCH 101/131] Update Global/VisualStudio.gitignore Visual Studio 2010 Express for Windows Phone seems to generate .cachefile files. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0eed40d7..42b2c115 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -49,6 +49,7 @@ ipch/ *.ncb *.opensdf *.sdf +*.cachefile # Visual Studio profiler *.psess From cb8a50ae284b84439ca2885ab2faf03b17097ee9 Mon Sep 17 00:00:00 2001 From: Snakiej Date: Fri, 19 Oct 2012 15:32:36 +0300 Subject: [PATCH 102/131] VisualStudio: Add TeamCity exclusion Exclude folders created by the TeamCity VS plugin. --- VisualStudio.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 15db8805..5fcf35fc 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -61,9 +61,11 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper*/ -# Some recommend against the RS rule below - excludes useful info? *.[Rr]e[Ss]harper +# TeamCity is a build add-in +_TeamCity* + # DotCover is a Code Coverage Tool *.dotCover From a6dd83c18d0beb8e36c091fd33b64ca45a3a0f3a Mon Sep 17 00:00:00 2001 From: Scott Hanselman Date: Thu, 24 Jan 2013 12:24:17 -0800 Subject: [PATCH 103/131] Updated to exclude *.publishsettings Updated to exclude *.publishsettings --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5fcf35fc..99456160 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -114,6 +114,7 @@ ClientBin/ *.dbmdl *.[Pp]ublish.xml *.pfx +*.publishsettings # RIA/Silverlight projects Generated_Code/ From 9c1c48d04bda96def27e6ef81f66dace88fc2ee7 Mon Sep 17 00:00:00 2001 From: "CONSULT-ALTIUS\\k_s" Date: Tue, 26 Feb 2013 23:23:49 +0000 Subject: [PATCH 104/131] VisualStudio: Add Business Intelligence projects --- VisualStudio.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160..45df55e4 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -130,6 +130,11 @@ UpgradeLog*.htm App_Data/*.mdf App_Data/*.ldf +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + # ========================= # Windows detritus # ========================= From acce99efeed28e57bab6a740bf30ac6b47202731 Mon Sep 17 00:00:00 2001 From: Nysa Date: Wed, 6 Mar 2013 11:02:36 -0600 Subject: [PATCH 105/131] Ignore Vim untitled and unsaved buffer swapfiles Vim creates buffer swapfiles starting at .swp for buffers that are active but untitled and unsaved. --- Global/vim.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 51514eb2..eadcec7a 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,4 @@ -.*.s[a-w][a-z] +*.s[a-w][a-z] *.un~ Session.vim .netrwhist From 2ee0c56f17f221150b14165cbbc9abe96bce682e Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Wed, 10 Apr 2013 21:24:28 -0500 Subject: [PATCH 106/131] Ignore user-specific ReSharper settings --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160..152f9d00 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -62,6 +62,7 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper*/ *.[Rr]e[Ss]harper +*.DotSettings.user # TeamCity is a build add-in _TeamCity* From 1d045d58b829c82980141a0e3346b6f2f9ee0e05 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Wed, 8 May 2013 13:06:10 +1000 Subject: [PATCH 107/131] Ignore .fls files in LaTeX projects From the man page for latexmk (http://manpages.ubuntu.com/manpages/raring/man1/latexmk.1L.html): [...] the -recorder option with latex and pdflatex. In (most) modern versions of these programs, this results in a file of extension .fls containing a list of the files that these programs have read and written. Latexmk specifies this option in its latex commands and so produces temporary files with this extension in latex projects. --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bbaaa01b..dc2f7e84 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -6,6 +6,7 @@ *.blg *.dvi *.fdb_latexmk +*.fls *.glg *.glo *.gls From 4624470231a1211b7522e43ec9747267c045e95e Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 10 May 2013 17:15:48 +1000 Subject: [PATCH 108/131] Also ignore additional tempfiles created by the biblatex package. Refer to the biblatex manual at http://ctan.unsw.edu.au/macros/latex/contrib/biblatex/doc/biblatex.pdf: (p.106): The name of the additional aux files is the base name of the main input file with the string -blx and a running number appended at the end. [...] Apart from these aux files, biblatex uses an additional bib file with the same suffix to pass certain control parameters to BibTeX. [...] When using Biber, biblatex writes a control file named example.bcf and ignores \blxauxsuffix. Note: the running number mentioned in the documentation is not always added to the suffix. --- LaTeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index dc2f7e84..975dbfb5 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -3,7 +3,10 @@ *.alg *.aux *.bbl +*.bcf *.blg +*-blx.aux +*-blx.bib *.dvi *.fdb_latexmk *.fls From 098aee26a1c69b0bf9e5723ee6db9589d21e74b0 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sat, 25 May 2013 23:56:08 -0600 Subject: [PATCH 109/131] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 0f05796d..f247e598 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012 GitHub, Inc. +Copyright (c) 2013 GitHub, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), From 178d2632d809a67a06624cbb3774980ff5f7335d Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Fri, 7 Jun 2013 10:32:41 -0700 Subject: [PATCH 110/131] .pubxml file should not be excluded by default --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160..70d76fbf 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -91,7 +91,6 @@ publish/ # Publish Web Output *.Publish.xml -*.pubxml # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line From f2ab73150aa718b78e3d83e8897da05f33ad93a9 Mon Sep 17 00:00:00 2001 From: Andrew Nurse Date: Fri, 28 Jun 2013 16:44:00 -0700 Subject: [PATCH 111/131] Unignore "packages/*/build" in VisualStudio.gitignore. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160..0881b8de 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -15,6 +15,9 @@ build/ [Bb]in/ [Oo]bj/ +# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets +!packages/*/build/ + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* From 0acbcf4bfd827df09c9e1f97c2b9073d4a07a7df Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Tue, 2 Jul 2013 21:25:38 +0200 Subject: [PATCH 112/131] Adding CocoaPods to gitignore --- Objective-C.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 31e6fd9a..5c579a76 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,3 +15,7 @@ profile DerivedData .idea/ *.hmap + +#CocoaPods +Podfile.lock +Pods From 444416f0678d0114b6901e69b6302d7db48ef04c Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Wed, 3 Jul 2013 08:28:28 -0700 Subject: [PATCH 113/131] Remove Podfile.lock from Objective-C ignores Per discussion in #148. --- Objective-C.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 5c579a76..ebbef4bd 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -17,5 +17,4 @@ DerivedData *.hmap #CocoaPods -Podfile.lock Pods From ad1289f0d9b023f69f4712d97c8f5ad311181bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Wed, 3 Jul 2013 23:19:10 +0200 Subject: [PATCH 114/131] Files and directories starting with a `.` should not be ignored in general. --- Global/Linux.gitignore | 1 - PlayFramework.gitignore | 3 --- 2 files changed, 4 deletions(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 151e2997..7c2f400f 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,3 +1,2 @@ -.* !.gitignore *~ diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 663eb677..a4a0cf3a 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,8 +1,5 @@ -# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore # Ignore all dotfiles... .* -# except for .gitignore -!.gitignore # Ignore Play! working directory # db From a6c76a5308207f9caa294a6ee7514157eeee9f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Thu, 4 Jul 2013 00:06:48 +0200 Subject: [PATCH 115/131] There is no need to unignore `.gitignore`. Because files and directories starting with a `.` are not ignored in general. --- Global/Linux.gitignore | 1 - PlayFramework.gitignore | 3 --- 2 files changed, 4 deletions(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 7c2f400f..b25c15b8 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,2 +1 @@ -!.gitignore *~ diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index a4a0cf3a..b43233e1 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,6 +1,3 @@ -# Ignore all dotfiles... -.* - # Ignore Play! working directory # db eclipse From 846f1ecbb2cfa1ac7bfb22330bacd62f28b312ff Mon Sep 17 00:00:00 2001 From: modocache Date: Wed, 10 Jul 2013 15:05:43 -0400 Subject: [PATCH 116/131] Ignore source control plist files generated by Xcode. --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ebbef4bd..92a63cae 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -10,6 +10,7 @@ *.perspectivev3 !default.perspectivev3 xcuserdata +*.xccheckout profile *.moved-aside DerivedData From be2ecada635379dd94411327c09eb81da58cf948 Mon Sep 17 00:00:00 2001 From: Jonathan Windle Date: Tue, 16 Jul 2013 15:09:34 -0700 Subject: [PATCH 117/131] Add schemaview extension to VisualStudio.gitignore Files ending in .dbproj.schemaview contain state persistence settings for the Schema View utility within Visual Studio. http://stackoverflow.com/questions/3937160/in-the-new-visual-studio-2010-sql-server-project-type-what-is-the-dbproj-schem http://foocompelsyou.wordpress.com/2012/05/06/visual-studio-2010-database-projects-why-use-them/ --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0881b8de..ac22c416 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -115,6 +115,7 @@ ClientBin/ ~$* *~ *.dbmdl +*.dbproj.schemaview *.[Pp]ublish.xml *.pfx *.publishsettings From d292bd8207a3aceb7e97a2517cc95cfec26aec66 Mon Sep 17 00:00:00 2001 From: Matt Jeffery Date: Fri, 19 Jul 2013 18:05:04 +0100 Subject: [PATCH 118/131] ignore kernel object files --- C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/C.gitignore b/C.gitignore index 0331bbbd..9fa3b1bf 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,5 +1,6 @@ # Object files *.o +*.ko # Libraries *.lib From 0bad6cf48beabb5b257e953cdcab3a2fd610f404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aldo=20Rom=C3=A1n=20Nure=C3=B1a?= Date: Mon, 12 Aug 2013 12:40:19 -0500 Subject: [PATCH 119/131] added secret_token.rb I added secret_token.rb file to the gitignore as there are public repos sharing it. --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index bf692e15..470ad2fc 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -16,3 +16,4 @@ capybara-*.html rerun.txt pickle-email-*.html .project +config/initializers/secret_token.rb From 0030e9df601b932c61ccc19f456c72f27efb883c Mon Sep 17 00:00:00 2001 From: Nysa Date: Tue, 27 Aug 2013 20:51:55 -0500 Subject: [PATCH 120/131] Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files .*.s[a-w][a-z] matches named swap files. .s[a-w][a-z] matches unnamed swap files. --- Global/vim.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index eadcec7a..427779d5 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,5 @@ *.s[a-w][a-z] +.s[a-w][a-z] *.un~ Session.vim .netrwhist From c98c138ee1714c6245d38b31208cb474e1f83ef6 Mon Sep 17 00:00:00 2001 From: Nysa Date: Tue, 27 Aug 2013 21:04:19 -0500 Subject: [PATCH 121/131] Vim: Forgot to change *.s[a-w][a-z] to .*.s[a-w][a-z] --- Global/vim.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 427779d5..56ecb404 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,4 @@ -*.s[a-w][a-z] +.*.s[a-w][a-z] .s[a-w][a-z] *.un~ Session.vim From 56dbce3df3b19eb61563d56ce13b01e0fcbf7ae8 Mon Sep 17 00:00:00 2001 From: Bart Date: Tue, 17 Sep 2013 12:42:12 +0200 Subject: [PATCH 122/131] add .xccheckout to Objective-C gitignore This is a file that Xcode 5 uses for version control, doesn't need to be checked in. Also see http://stackoverflow.com/a/18448100/1877078 --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ebbef4bd..6e137049 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,6 +15,7 @@ profile DerivedData .idea/ *.hmap +*.xccheckout #CocoaPods Pods From 1e9ec334cd2e0085a63af3408899c24797858854 Mon Sep 17 00:00:00 2001 From: micole Date: Thu, 26 Sep 2013 16:19:15 -0400 Subject: [PATCH 123/131] Added the processing project --- Processing.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Processing.gitignore diff --git a/Processing.gitignore b/Processing.gitignore new file mode 100644 index 00000000..85f269a8 --- /dev/null +++ b/Processing.gitignore @@ -0,0 +1,7 @@ +.DS_Store +applet +application.linux32 +application.linux64 +application.windows32 +application.windows64 +application.macosx From f0dde55c6bd9e152a02e0a993a4ae14d9f666a34 Mon Sep 17 00:00:00 2001 From: Ivan Zuzak Date: Sun, 6 Oct 2013 14:40:01 +0200 Subject: [PATCH 124/131] ensure single trailing newline --- Actionscript.gitignore | 2 +- Android.gitignore | 1 - CakePHP.gitignore | 2 +- Concrete5.gitignore | 2 +- Coq.gitignore | 1 - Delphi.gitignore | 2 +- Drupal.gitignore | 2 +- ExpressionEngine.gitignore | 2 +- Finale.gitignore | 1 - ForceDotCom.gitignore | 2 +- GWT.gitignore | 1 - Global/CVS.gitignore | 2 +- Global/Espresso.gitignore | 2 +- Global/FlexBuilder.gitignore | 2 +- Global/Matlab.gitignore | 2 +- Global/PhPStorm.gitignore | 2 +- Global/SBT.gitignore | 2 +- Grails.gitignore | 1 - Joomla.gitignore | 2 +- Kohana.gitignore | 2 +- LemonStand.gitignore | 2 +- Node.gitignore | 2 +- R.gitignore | 2 +- README.md | 6 +++--- Scala.gitignore | 2 +- Sdcc.gitignore | 1 - Symfony.gitignore | 2 +- WordPress.gitignore | 2 +- Yii.gitignore | 2 +- ZendFramework.gitignore | 1 - 30 files changed, 25 insertions(+), 32 deletions(-) diff --git a/Actionscript.gitignore b/Actionscript.gitignore index fa65f0bd..f112f7fb 100644 --- a/Actionscript.gitignore +++ b/Actionscript.gitignore @@ -8,4 +8,4 @@ bin-release/ # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important -# information for Eclipse / Flash Builder. \ No newline at end of file +# information for Eclipse / Flash Builder. diff --git a/Android.gitignore b/Android.gitignore index 87a44e0e..648a292a 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -27,4 +27,3 @@ proguard/ *.ipr *.iws .idea/ - diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 61d34467..bd743c4d 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -4,4 +4,4 @@ tmp/* app/tmp/* app/[Cc]onfig/core.php app/[Cc]onfig/database.php -!empty \ No newline at end of file +!empty diff --git a/Concrete5.gitignore b/Concrete5.gitignore index cfe1cabd..9aa215ad 100644 --- a/Concrete5.gitignore +++ b/Concrete5.gitignore @@ -1,3 +1,3 @@ config/site.php files/cache/* -files/tmp/* \ No newline at end of file +files/tmp/* diff --git a/Coq.gitignore b/Coq.gitignore index 769bc36c..d3083b3a 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -1,4 +1,3 @@ *.vo *.glob *.v.d - diff --git a/Delphi.gitignore b/Delphi.gitignore index 38b6bd0c..ff61420c 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -7,4 +7,4 @@ __history *.map *.exe *.dll -bin/* \ No newline at end of file +bin/* diff --git a/Drupal.gitignore b/Drupal.gitignore index 73677d29..0a6c20bd 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -34,4 +34,4 @@ xmlrpc.php /modules /profiles /scripts -/themes \ No newline at end of file +/themes diff --git a/ExpressionEngine.gitignore b/ExpressionEngine.gitignore index c56e7abc..75c9aa49 100644 --- a/ExpressionEngine.gitignore +++ b/ExpressionEngine.gitignore @@ -12,4 +12,4 @@ images/pm_attachments/ sized/ thumbs/ _thumbs/ -*/expressionengine/cache/* \ No newline at end of file +*/expressionengine/cache/* diff --git a/Finale.gitignore b/Finale.gitignore index c8ac293b..7ef08e0c 100644 --- a/Finale.gitignore +++ b/Finale.gitignore @@ -11,4 +11,3 @@ # Some versions of Finale have a bug and randomly save extra copies of # the music source as " copy.mus" *copy.mus - diff --git a/ForceDotCom.gitignore b/ForceDotCom.gitignore index ee95ec3d..3933cd4d 100644 --- a/ForceDotCom.gitignore +++ b/ForceDotCom.gitignore @@ -1,4 +1,4 @@ .project .settings salesforce.schema -Referenced Packages \ No newline at end of file +Referenced Packages diff --git a/GWT.gitignore b/GWT.gitignore index 63e3e9c5..c558713f 100644 --- a/GWT.gitignore +++ b/GWT.gitignore @@ -14,4 +14,3 @@ gwt-unitCache/ # more caches and things from deploy # war/WEB-INF/deploy/ war/WEB-INF/classes/ - diff --git a/Global/CVS.gitignore b/Global/CVS.gitignore index 0f0f06ed..01ba8634 100644 --- a/Global/CVS.gitignore +++ b/Global/CVS.gitignore @@ -1,4 +1,4 @@ /CVS/* */CVS/* .cvsignore -*/.cvsignore \ No newline at end of file +*/.cvsignore diff --git a/Global/Espresso.gitignore b/Global/Espresso.gitignore index 1aaec9c4..1234530b 100644 --- a/Global/Espresso.gitignore +++ b/Global/Espresso.gitignore @@ -1 +1 @@ -*.esproj \ No newline at end of file +*.esproj diff --git a/Global/FlexBuilder.gitignore b/Global/FlexBuilder.gitignore index 86543949..b6ce3f1e 100644 --- a/Global/FlexBuilder.gitignore +++ b/Global/FlexBuilder.gitignore @@ -1,2 +1,2 @@ bin/ -bin-debug/ \ No newline at end of file +bin-debug/ diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index f52813b6..79bc56cd 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -12,5 +12,5 @@ # Compiled MEX binaries (all platforms) *.mex* -# Simulink Code Generation +# Simulink Code Generation slprj/ diff --git a/Global/PhPStorm.gitignore b/Global/PhPStorm.gitignore index 62c89355..9f11b755 100644 --- a/Global/PhPStorm.gitignore +++ b/Global/PhPStorm.gitignore @@ -1 +1 @@ -.idea/ \ No newline at end of file +.idea/ diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index 3dfc9d7c..af2427d5 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -4,4 +4,4 @@ target/ lib_managed/ src_managed/ -project/boot/ \ No newline at end of file +project/boot/ diff --git a/Grails.gitignore b/Grails.gitignore index 96f72ec8..605132cf 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -41,4 +41,3 @@ # other *.iws - diff --git a/Joomla.gitignore b/Joomla.gitignore index bcd6feb9..54825f4e 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -393,4 +393,4 @@ tmp/* configuration.php index.php joomla.xml -*.txt \ No newline at end of file +*.txt diff --git a/Kohana.gitignore b/Kohana.gitignore index 42d7030f..8b2ab01a 100644 --- a/Kohana.gitignore +++ b/Kohana.gitignore @@ -1,2 +1,2 @@ application/cache/* -application/logs/* \ No newline at end of file +application/logs/* diff --git a/LemonStand.gitignore b/LemonStand.gitignore index bc59f9c7..c7d94ad3 100644 --- a/LemonStand.gitignore +++ b/LemonStand.gitignore @@ -18,4 +18,4 @@ install.php /modules/shop/* /modules/system/* /modules/users/* -# add content_*.php if you don't want erase client changes to content \ No newline at end of file +# add content_*.php if you don't want erase client changes to content diff --git a/Node.gitignore b/Node.gitignore index 4d063b5c..a72b52eb 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -12,4 +12,4 @@ logs results npm-debug.log -node_modules \ No newline at end of file +node_modules diff --git a/R.gitignore b/R.gitignore index 42effd3f..a0fd3b34 100644 --- a/R.gitignore +++ b/R.gitignore @@ -2,4 +2,4 @@ .Rhistory # Example code in package build process -*-Ex.R \ No newline at end of file +*-Ex.R diff --git a/README.md b/README.md index 66c163ad..42f2caa9 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ For more information on gitignore: [gitignore(5)][g5] Since this repo includes a large and diverse number of programming languages, frameworks, editors, -and ecosystems, it's **very helpful** if you can provide -a link to information supporting your pull request. -Up-to-date, canonical documentation that mentions the files +and ecosystems, it's **very helpful** if you can provide +a link to information supporting your pull request. +Up-to-date, canonical documentation that mentions the files to be ignored is best. This ensures we can efficiently go through pull requests diff --git a/Scala.gitignore b/Scala.gitignore index f5b7d72a..4abe7692 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -10,4 +10,4 @@ project/boot/ project/plugins/project/ # Scala-IDE specific -.scala_dependencies \ No newline at end of file +.scala_dependencies diff --git a/Sdcc.gitignore b/Sdcc.gitignore index a4cb9fcd..07ee7d59 100644 --- a/Sdcc.gitignore +++ b/Sdcc.gitignore @@ -6,4 +6,3 @@ *.rel *.rst *.sym - diff --git a/Symfony.gitignore b/Symfony.gitignore index ac10ca80..e5d08cbe 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -12,4 +12,4 @@ lib/model/doctrine/base/Base* lib/model/doctrine/*Plugin/base/Base* lib/model/om/* lib/model/map/* -web/*Plugin/* \ No newline at end of file +web/*Plugin/* diff --git a/WordPress.gitignore b/WordPress.gitignore index 6ff1e08d..7194a5b9 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -10,4 +10,4 @@ sitemap.xml *.log wp-content/cache/ wp-content/backups/ -sitemap.xml.gz \ No newline at end of file +sitemap.xml.gz diff --git a/Yii.gitignore b/Yii.gitignore index 45a9a931..33a5154d 100644 --- a/Yii.gitignore +++ b/Yii.gitignore @@ -1,3 +1,3 @@ assets/ protected/runtime/ -themes/classic/views/ \ No newline at end of file +themes/classic/views/ diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore index 0b8e5951..014f93f6 100644 --- a/ZendFramework.gitignore +++ b/ZendFramework.gitignore @@ -3,4 +3,3 @@ LICENSE.txt README.txt demos/ extras/documentation - From da36175ff6de9673ad54959fc5d66835755093e8 Mon Sep 17 00:00:00 2001 From: Daisuke Goto Date: Sat, 12 Oct 2013 19:14:17 +0900 Subject: [PATCH 125/131] Fix OSX-specific Icon\r rule --- Global/OSX.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index cf8db5d9..65b94232 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,8 +1,9 @@ .DS_Store .AppleDouble .LSOverride -Icon +# Icon must ends with two \r. +Icon # Thumbnails ._* From d15f0b17fcdfd99613946e05ba6e165f7af41c07 Mon Sep 17 00:00:00 2001 From: mildis Date: Wed, 16 Oct 2013 18:39:24 +0200 Subject: [PATCH 126/131] add Windows Installer files --- Global/Windows.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 351ec9d1..41968b07 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -7,3 +7,9 @@ Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp From 59c668120f4bb3ebe68eae62f75819645b4c4d27 Mon Sep 17 00:00:00 2001 From: mildis Date: Wed, 16 Oct 2013 18:45:13 +0200 Subject: [PATCH 127/131] add Windows Installer files --- Global/Archives.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 82d3b10f..e9eda68b 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -9,6 +9,7 @@ *.bz2 *.xz *.lzma +*.cab #packing-only formats *.iso @@ -21,3 +22,6 @@ *.egg *.deb *.rpm +*.msi +*.msm +*.msp From eb708a6a041b310dd95e5fea4730478a41c81911 Mon Sep 17 00:00:00 2001 From: eddiegroves Date: Mon, 21 Oct 2013 12:40:53 +1100 Subject: [PATCH 128/131] Add WCF tracing file, replace duplicate .log entry WCF tracing files (.svclog) are used by the Service Trace Viewer Tool. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0881b8de..6dd03a72 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -43,7 +43,7 @@ build/ *.vssscc .builds *.pidb -*.log +*.svclog *.scc # Visual C++ cache files From 4454b1a933771ce6a9fad1499f6ef60d9f4efd24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Normen=20Mu=CC=88ller?= Date: Tue, 29 Oct 2013 20:40:20 +0100 Subject: [PATCH 129/131] add `*.fls` to list of LaTeX ignores --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bbaaa01b..dc2f7e84 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -6,6 +6,7 @@ *.blg *.dvi *.fdb_latexmk +*.fls *.glg *.glo *.gls From bfbd2f9f73b58d867f3292d6e3a7b7f8e002cd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Normen=20Mu=CC=88ller?= Date: Fri, 1 Nov 2013 16:20:41 +0100 Subject: [PATCH 130/131] add `.lib/` to list of Scala ignores This directory is motivated by the `sbt.g8` template. --- Scala.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Scala.gitignore b/Scala.gitignore index 4abe7692..b78b64aa 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,6 +2,7 @@ *.log # sbt specific +.lib/ dist/* target/ lib_managed/ From 830889620e8ede4a1e74009c03e5985580607540 Mon Sep 17 00:00:00 2001 From: Nisarg Shah Date: Mon, 4 Nov 2013 19:21:39 +0530 Subject: [PATCH 131/131] Added Windows specific .obj for objects to ignore. --- C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/C.gitignore b/C.gitignore index 9fa3b1bf..13d11603 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,6 +1,7 @@ # Object files *.o *.ko +*.obj # Libraries *.lib