From cc88ce875786678f967959380e3fa3aa2a0309da Mon Sep 17 00:00:00 2001 From: tomparle Date: Thu, 29 Dec 2011 05:42:39 +0100 Subject: [PATCH 01/76] Added 'lib' and 'modules' folders which should also be excluded, since libs are automatically fetched from dependencies.yml. Also removed duplicate 'elicpse' entry. --- PlayFramework.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index dea05b4..107e677 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -7,10 +7,11 @@ # Ignore Play! working directory # db eclipse +lib log logs +modules precompiled tmp test-result -eclipse server.pid From 4ef43d6b402b6c2033d592f8d0605b219d9c8364 Mon Sep 17 00:00:00 2001 From: pangratz Date: Thu, 19 Apr 2012 02:50:18 +0200 Subject: [PATCH 02/76] Add .texlipse for the TeXlipse Latex plugin for Eclipse This addresses #229 --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 7b3ad03..c71e82b 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -24,3 +24,6 @@ local.properties # PDT-specific .buildpath + +# TeXlipse plugin +.texlipse \ No newline at end of file From 3c6349ddf70bb8db81ffde9a654bd08fd9bf3635 Mon Sep 17 00:00:00 2001 From: Christopher Bertels Date: Thu, 19 Apr 2012 04:39:58 +0200 Subject: [PATCH 03/76] Added Fancy.gitignore --- Fancy.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Fancy.gitignore diff --git a/Fancy.gitignore b/Fancy.gitignore new file mode 100644 index 0000000..6b34507 --- /dev/null +++ b/Fancy.gitignore @@ -0,0 +1,2 @@ +*.rbc +*.fyc \ No newline at end of file From e6aa7144b2f533321c1247d85cc1cb88e6f60edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Klatt?= Date: Fri, 20 Apr 2012 10:12:43 +0200 Subject: [PATCH 04/76] adding global gitignore for KDevelop4 KDevelop4 is the C/C++-IDE from the KDE desktop. It creates a directory '.kdev4' and a hidden file .kdev4 in the project's root directory. --- Global/KDevelop4.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/KDevelop4.gitignore diff --git a/Global/KDevelop4.gitignore b/Global/KDevelop4.gitignore new file mode 100644 index 0000000..7ac57b1 --- /dev/null +++ b/Global/KDevelop4.gitignore @@ -0,0 +1,2 @@ +*.kdev4 +.kdev4/ From 799ee6b79e1d32f49ded6683b5364017fd4ee0a5 Mon Sep 17 00:00:00 2001 From: James Cowgill Date: Sun, 13 May 2012 16:02:33 +0100 Subject: [PATCH 05/76] Added MIDL headers (_i.h) to Visual Studio gitignore --- CSharp.gitignore | 1 + Global/VisualStudio.gitignore | 1 + VB.Net.gitignore | 1 + 3 files changed, 3 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index adaf4ec..d9a827e 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -19,6 +19,7 @@ TestResults x64/ *_i.c *_p.c +*_i.h *.ilk *.meta *.obj diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 9d4784c..0e3166c 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -19,6 +19,7 @@ build/ *_i.c *_p.c +*_i.h *.ilk *.meta *.obj diff --git a/VB.Net.gitignore b/VB.Net.gitignore index 5a4f80c..af16cf7 100644 --- a/VB.Net.gitignore +++ b/VB.Net.gitignore @@ -20,6 +20,7 @@ obj/ x64/ *_i.c *_p.c +*_i.h *.ilk *.meta *.obj From bc8965410186db5221af29247ec7e8edc357e875 Mon Sep 17 00:00:00 2001 From: Ben Ripkens Date: Wed, 16 May 2012 17:17:08 +0300 Subject: [PATCH 06/76] Ignore information for lein plugin directory. The directory is similar to the lib/ directory as it also contains downloaded dependencies (or in this case plugins). --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index b8c1b21..35e62d3 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -3,3 +3,4 @@ pom.xml /lib/ /classes/ .lein-deps-sum +.lein-plugins/ \ No newline at end of file From 74174a83c662bf67dc3148f752f18da6983da001 Mon Sep 17 00:00:00 2001 From: Attila Bukor Date: Tue, 22 May 2012 11:50:51 +0300 Subject: [PATCH 07/76] added composer.phar to Symfony2 gitignore --- Symfony2.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 0b2956f..f4a95cb 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -11,3 +11,6 @@ web/bundles/* # Configuration files app/config/parameters.ini app/config/parameters.yml + +# Composer +composer.phar \ No newline at end of file From 73d14793f606ba9fdc5812e78cd6c40bd6722eb3 Mon Sep 17 00:00:00 2001 From: Daniel Craig Jallits Date: Thu, 24 May 2012 09:59:18 -0500 Subject: [PATCH 08/76] Updated for Magento 1.7.0.0 --- Magento.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index 52e8bb2..99f3332 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -15,14 +15,18 @@ app/etc/modules/Enterprise_* app/etc/modules/Find_Feed.xml app/etc/modules/Mage_All.xml app/etc/modules/Mage_Api.xml +app/etc/modules/Mage_Api2.xml app/etc/modules/Mage_Authorizenet.xml app/etc/modules/Mage_Bundle.xml +app/etc/modules/Mage_Captcha.xml app/etc/modules/Mage_Centinel.xml app/etc/modules/Mage_Compiler.xml app/etc/modules/Mage_Connect.xml +app/etc/modules/Mage_CurrencySymbol.xml app/etc/modules/Mage_Downloadable.xml app/etc/modules/Mage_ImportExport.xml app/etc/modules/Mage_LoadTest.xml +app/etc/modules/Mage_Oauth.xml app/etc/modules/Mage_PageCache.xml app/etc/modules/Mage_Persistent.xml app/etc/modules/Mage_Weee.xml @@ -78,6 +82,7 @@ LICENSE.txt LICENSE_EE* mage media/customer/ +media/dhl/ media/downloadable/ media/.htaccess media/import/ From e741ca37c8906a5aa86cbc06286e615e18e72b39 Mon Sep 17 00:00:00 2001 From: Satish BD Date: Sun, 10 Jun 2012 01:32:00 +0300 Subject: [PATCH 09/76] 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 cc28fef..45922ec 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 10/76] 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 0000000..ef5d719 --- /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 11/76] 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 7d89b9c..7576fde 100644 --- a/Global/IntelliJ.gitignore +++ b/Global/IntelliJ.gitignore @@ -2,3 +2,4 @@ *.ipr *.iws .idea/ +out/ From 0f0936c7ac5f797dd0ee9aed03662ec3854f6bcb Mon Sep 17 00:00:00 2001 From: Ove Andersen Date: Mon, 25 Jun 2012 13:38:38 +0200 Subject: [PATCH 12/76] EPiServer licenses are tied to a machine, so should be ignored --- EPiServer.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 EPiServer.gitignore diff --git a/EPiServer.gitignore b/EPiServer.gitignore new file mode 100644 index 0000000..ca7a786 --- /dev/null +++ b/EPiServer.gitignore @@ -0,0 +1,4 @@ +###################### +## EPiServer Files +###################### +*License.config \ No newline at end of file From c92d58adf56caa2b8f2f64d0dfd5d62b529fa6db Mon Sep 17 00:00:00 2001 From: huxuan Date: Mon, 23 Jul 2012 13:31:11 +0800 Subject: [PATCH 13/76] Add *.thm for LaTeX --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index c88e8b8..e7bb4ab 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -26,6 +26,7 @@ *.ps *.snm *.synctex.gz +*.thm *.toc *.vrb *.xdy From 5ccc2ed67a6383f7b7c46cdfe500da3fc9ef627e Mon Sep 17 00:00:00 2001 From: Janusz Lenar Date: Wed, 8 Aug 2012 10:52:23 +0300 Subject: [PATCH 14/76] Add objects and libraries on Windows --- C++.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 620d3dc..5d178a2 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 15/76] Add executables for C++ --- C++.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 5d178a2..0def275 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -14,3 +14,8 @@ *.la *.a *.lib + +# Executables +*.exe +*.out +*.app From 5bb902ab460d4f474ebc5687840e932f1329fd48 Mon Sep 17 00:00:00 2001 From: Christian Boehlke Date: Sat, 29 Sep 2012 14:13:12 +0200 Subject: [PATCH 16/76] Add an extension to LaTeX.gitignore generated by listings: *.lol See: http://tex.stackexchange.com/a/17846 --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index c88e8b8..13a3377 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -14,6 +14,7 @@ *.ind *.ist *.lof +*.lol *.log *.lot *.maf From 0141c63f2bea70f4eb638c84daca6e754936181c Mon Sep 17 00:00:00 2001 From: Oliver Schrenk Date: Tue, 16 Oct 2012 00:44:38 +0300 Subject: [PATCH 17/76] Ignore *.loa generated by algorithm package to list algorithms --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bbaaa01..82f019b 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -13,6 +13,7 @@ *.ilg *.ind *.ist +*.loa *.lof *.log *.lot From f4511ad9b62a7d4f56d30ee2f4fb8890d8932fc2 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Sat, 22 Dec 2012 22:49:43 -0800 Subject: [PATCH 18/76] 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 0000000..918dd5e --- /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 c1b030ddb11d1b410eebe5016779232d705d44e7 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Mon, 7 Jan 2013 21:17:00 -0800 Subject: [PATCH 19/76] tighten up perl ignores - these files should only exist in the repository root --- Perl.gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Perl.gitignore b/Perl.gitignore index c15b52a..9128dc7 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -1,5 +1,5 @@ -blib/ -.build/ +/blib/ +/.build/ _build/ cover_db/ inc/ @@ -7,10 +7,10 @@ Build !Build/ Build.bat .last_cover_stats -Makefile -Makefile.old -MANIFEST.bak -META.yml -MYMETA.yml +/Makefile +/Makefile.old +/MANIFEST.bak +/META.yml +/MYMETA.yml nytprof.out -pm_to_blib +/pm_to_blib From 97e343570e7c30cc3ef265f501115b1e472a7fec Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Mon, 7 Jan 2013 21:18:27 -0800 Subject: [PATCH 20/76] ignore more perl outputs - metaspec v2.0 now creates json files - some artifacts of XS builds --- Perl.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Perl.gitignore b/Perl.gitignore index 9128dc7..eaca02e 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -11,6 +11,9 @@ Build.bat /Makefile.old /MANIFEST.bak /META.yml -/MYMETA.yml +/META.json +/MYMETA.* nytprof.out /pm_to_blib +*.o +*.bs From 6e9d58f5145474d58de43df6177b5978d860f9c5 Mon Sep 17 00:00:00 2001 From: Simon Schick Date: Wed, 9 Jan 2013 13:25:51 +0100 Subject: [PATCH 21/76] Update Typo3.gitignore - ignore symlinks, not directories for core-files --- Typo3.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Typo3.gitignore b/Typo3.gitignore index 0ee23cb..16bec1a 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -12,7 +12,7 @@ /typo3conf/localconf_local.php # Ignore system folders, you should have them symlinked. # If not comment out the following two entries. -/typo3/ -/t3lib/ +/typo3 +/t3lib # Ignore temp directory. /typo3temp/ From 361027493692b1ce646922dce738e0f5b98b25f0 Mon Sep 17 00:00:00 2001 From: Simon Schick Date: Wed, 9 Jan 2013 13:37:51 +0100 Subject: [PATCH 22/76] Update Typo3.gitignore - added version number as TYPO3 CMS v6 needs different .gitignore file --- Typo3.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Typo3.gitignore b/Typo3.gitignore index 16bec1a..d1593b1 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -1,4 +1,4 @@ -## Typo3 +## TYPO3 v4 # Ignore serveral upload and file directories. /fileadmin/user_upload/ /fileadmin/_temp_/ From 32cba5a6d7332c851d0339d6fdd05fd18978b97d Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Thu, 10 Jan 2013 20:16:36 +0400 Subject: [PATCH 23/76] Add wild-card suffix for Makefile With "CONFIG=debug_and_release" qmake generates both Makefile.Debug and Makefile.Release. And I assume it is useful to have all types Makefiles ignored. Signed-off-by: Alexey Brodkin --- Qt.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index 16b4ee5..79f807d 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -16,5 +16,5 @@ *.pro.user.* moc_*.cpp qrc_*.cpp -Makefile +Makefile* *-build-* From f1d654c1b5135aef2339c1533eeaa32d618aa0a0 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Thu, 10 Jan 2013 20:18:50 +0400 Subject: [PATCH 24/76] Add "ui_*.h" pattern to block auto-generated headers moc automatically generates "ui_*.h" files for each *.ui file. Since they are auto-generated I assume they should be ignored. Signed-off-by: Alexey Brodkin --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index 79f807d..fd2c573 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -16,5 +16,6 @@ *.pro.user.* moc_*.cpp qrc_*.cpp +ui_*.h Makefile* *-build-* From ab68187ab99063aa48610ddefafb849c657b6c93 Mon Sep 17 00:00:00 2001 From: Yuanxuan Wang Date: Thu, 24 Jan 2013 16:47:17 +0800 Subject: [PATCH 25/76] Ignore Rails directories instead of their files --- Rails.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index bf692e1..9fcfcde 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -6,12 +6,12 @@ capybara-*.html .rvmrc /.bundle /vendor/bundle -/log/* -/tmp/* +/log +/tmp /db/*.sqlite3 -/public/system/* +/public/system /coverage/ -/spec/tmp/* +/spec/tmp **.orig rerun.txt pickle-email-*.html From 69c77aadd1a350c19d4ad69bb04fc75c2432b840 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Fri, 25 Jan 2013 13:35:41 -0600 Subject: [PATCH 26/76] Add $tf folder to VisualStudio.gitignore TFS 2012 creates a $tf folder for local workspaces --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9945616..8dbff00 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -56,6 +56,9 @@ ipch/ *.vsp *.vspx +# TFS 2012 Local Workspace +$tf/ + # Guidance Automation Toolkit *.gpState 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 27/76] VisualStudio: Add Business Intelligence projects --- VisualStudio.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9945616..45df55e 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 28/76] 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 51514eb..eadcec7 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 29/76] Ignore user-specific ReSharper settings --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9945616..152f9d0 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 143f7bc97ff8577eda6e9fe6bbeba5f54a288f79 Mon Sep 17 00:00:00 2001 From: Erran Carey Date: Fri, 12 Apr 2013 01:23:09 -0500 Subject: [PATCH 30/76] Update RubyMotion.gitignore --- RubyMotion.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RubyMotion.gitignore b/RubyMotion.gitignore index ef5d719..e6b56b0 100644 --- a/RubyMotion.gitignore +++ b/RubyMotion.gitignore @@ -2,7 +2,7 @@ build tags -# common annoyance editors +# Editor files .DS_Store nbproject .redcar @@ -10,4 +10,10 @@ nbproject *.swo ~ .eprj +vendor/Pods +*.nib +# YARD artifacts +.yardoc +_yardoc +doc/ From 0314124986763c6260305c0af52ce51831bf8bd0 Mon Sep 17 00:00:00 2001 From: Erran Carey Date: Fri, 12 Apr 2013 01:26:02 -0500 Subject: [PATCH 31/76] Ignore those pesky .dat* files --- RubyMotion.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RubyMotion.gitignore b/RubyMotion.gitignore index e6b56b0..7e39517 100644 --- a/RubyMotion.gitignore +++ b/RubyMotion.gitignore @@ -1,5 +1,6 @@ +.dat* .repl_history -build +build/ tags # Editor files From 9428df834f107815caab2598ec8bfcc980347a6a Mon Sep 17 00:00:00 2001 From: Ray Shan Date: Sat, 13 Apr 2013 23:46:22 -0500 Subject: [PATCH 32/76] Comment for .py[cod] files Commenting the only ignore that isn't commented. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index ded6067..9ab94bd 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,3 +1,4 @@ +# Byte-compiled / optimized / DLL files *.py[cod] # C extensions From 1d045d58b829c82980141a0e3346b6f2f9ee0e05 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Wed, 8 May 2013 13:06:10 +1000 Subject: [PATCH 33/76] 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 bbaaa01..dc2f7e8 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -6,6 +6,7 @@ *.blg *.dvi *.fdb_latexmk +*.fls *.glg *.glo *.gls From 923acecd295f11a3bdb6661af9fabfe97123bb23 Mon Sep 17 00:00:00 2001 From: stationkeeping Date: Thu, 9 May 2013 09:50:44 +0200 Subject: [PATCH 34/76] Fixed SASS case (It's Sass, not SASS) --- Global/SASS.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/SASS.gitignore b/Global/SASS.gitignore index 2c30607..c1df001 100644 --- a/Global/SASS.gitignore +++ b/Global/SASS.gitignore @@ -1,2 +1,2 @@ -### SASS Ignores - "Sassy CSS" http://sass-lang.com/ +### Sass Ignores - "Sassy CSS" http://sass-lang.com/ *.sass-cache From 4624470231a1211b7522e43ec9747267c045e95e Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 10 May 2013 17:15:48 +1000 Subject: [PATCH 35/76] 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 dc2f7e8..975dbfb 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 36/76] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 0f05796..f247e59 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 37/76] .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 9945616..70d76fb 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 513cd784cfb83d63bc5a723a6e052bc8f07cd74f Mon Sep 17 00:00:00 2001 From: Jakob Voss Date: Fri, 28 Jun 2013 09:01:17 +0200 Subject: [PATCH 38/76] Added .bcf extension created by BibLaTeX --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bbaaa01..9707df5 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -3,6 +3,7 @@ *.alg *.aux *.bbl +*.bcf *.blg *.dvi *.fdb_latexmk From 349dbcf24ad6cdaeb9ec6203cc2a659279e8df8e Mon Sep 17 00:00:00 2001 From: Jakob Voss Date: Fri, 28 Jun 2013 14:14:34 +0200 Subject: [PATCH 39/76] Added *.run.xml created by logreq package, also used by biblatex --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index 9707df5..ee3d677 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -25,6 +25,7 @@ *.out *.pdfsync *.ps +*.run.xml *.snm *.synctex.gz *.toc From f2ab73150aa718b78e3d83e8897da05f33ad93a9 Mon Sep 17 00:00:00 2001 From: Andrew Nurse Date: Fri, 28 Jun 2013 16:44:00 -0700 Subject: [PATCH 40/76] Unignore "packages/*/build" in VisualStudio.gitignore. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9945616..0881b8d 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 41/76] Adding CocoaPods to gitignore --- Objective-C.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 31e6fd9..5c579a7 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 42/76] 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 5c579a7..ebbef4b 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 43/76] 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 151e299..7c2f400 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,3 +1,2 @@ -.* !.gitignore *~ diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 663eb67..a4a0cf3 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 44/76] 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 7c2f400..b25c15b 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,2 +1 @@ -!.gitignore *~ diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index a4a0cf3..b43233e 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 45/76] 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 ebbef4b..92a63ca 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 46/76] 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 0881b8d..ac22c41 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -115,6 +115,7 @@ ClientBin/ ~$* *~ *.dbmdl +*.dbproj.schemaview *.[Pp]ublish.xml *.pfx *.publishsettings From 4500b29b314df8f44f0ffa4a6c8adca920ae9adb Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Fri, 19 Jul 2013 11:44:46 -0400 Subject: [PATCH 47/76] Ignore Go test files --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index 0026861..8365624 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -20,3 +20,4 @@ _cgo_export.* _testmain.go *.exe +*.test From d292bd8207a3aceb7e97a2517cc95cfec26aec66 Mon Sep 17 00:00:00 2001 From: Matt Jeffery Date: Fri, 19 Jul 2013 18:05:04 +0100 Subject: [PATCH 48/76] ignore kernel object files --- C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/C.gitignore b/C.gitignore index 0331bbb..9fa3b1b 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 49/76] 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 bf692e1..470ad2f 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 50/76] 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 eadcec7..427779d 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 51/76] 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 427779d..56ecb40 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 85562c2572bfcb22cc8e6ebb97a175efb2af56a7 Mon Sep 17 00:00:00 2001 From: Pedro Nascimento Date: Mon, 9 Sep 2013 01:14:44 -0300 Subject: [PATCH 52/76] Remove .project from Rails.gitignore. --- Rails.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index 470ad2f..c37e414 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -15,5 +15,4 @@ capybara-*.html **.orig rerun.txt pickle-email-*.html -.project config/initializers/secret_token.rb From 56dbce3df3b19eb61563d56ce13b01e0fcbf7ae8 Mon Sep 17 00:00:00 2001 From: Bart Date: Tue, 17 Sep 2013 12:42:12 +0200 Subject: [PATCH 53/76] 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 ebbef4b..6e13704 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,6 +15,7 @@ profile DerivedData .idea/ *.hmap +*.xccheckout #CocoaPods Pods From 77f8351ec73c0b43eed751ccdd6a2dd6fbef0243 Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Mon, 23 Sep 2013 12:04:38 +0200 Subject: [PATCH 54/76] adds ignore for NCrunch cache folder --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0881b8d..a209ed8 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -74,6 +74,7 @@ _TeamCity* # NCrunch *.ncrunch* +_NCrunch_* .*crunch*.local.xml # Installshield output folder From 1e9ec334cd2e0085a63af3408899c24797858854 Mon Sep 17 00:00:00 2001 From: micole Date: Thu, 26 Sep 2013 16:19:15 -0400 Subject: [PATCH 55/76] 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 0000000..85f269a --- /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 56/76] 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 fa65f0b..f112f7f 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 87a44e0..648a292 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -27,4 +27,3 @@ proguard/ *.ipr *.iws .idea/ - diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 61d3446..bd743c4 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 cfe1cab..9aa215a 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 769bc36..d3083b3 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -1,4 +1,3 @@ *.vo *.glob *.v.d - diff --git a/Delphi.gitignore b/Delphi.gitignore index 38b6bd0..ff61420 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 73677d2..0a6c20b 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 c56e7ab..75c9aa4 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 c8ac293..7ef08e0 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 ee95ec3..3933cd4 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 63e3e9c..c558713 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 0f0f06e..01ba863 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 1aaec9c..1234530 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 8654394..b6ce3f1 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 f52813b..79bc56c 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 62c8935..9f11b75 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 3dfc9d7..af2427d 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 96f72ec..605132c 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -41,4 +41,3 @@ # other *.iws - diff --git a/Joomla.gitignore b/Joomla.gitignore index bcd6feb..54825f4 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 42d7030..8b2ab01 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 bc59f9c..c7d94ad 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 4d063b5..a72b52e 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 42effd3..a0fd3b3 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 66c163a..42f2caa 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 f5b7d72..4abe769 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 a4cb9fc..07ee7d5 100644 --- a/Sdcc.gitignore +++ b/Sdcc.gitignore @@ -6,4 +6,3 @@ *.rel *.rst *.sym - diff --git a/Symfony.gitignore b/Symfony.gitignore index ac10ca8..e5d08cb 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 6ff1e08..7194a5b 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 45a9a93..33a5154 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 0b8e595..014f93f 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 57/76] 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 cf8db5d..65b9423 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 58/76] add Windows Installer files --- Global/Windows.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 351ec9d..41968b0 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 59/76] add Windows Installer files --- Global/Archives.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 82d3b10..e9eda68 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 60/76] 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 0881b8d..6dd03a7 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 61/76] add `*.fls` to list of LaTeX ignores --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bbaaa01..dc2f7e8 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -6,6 +6,7 @@ *.blg *.dvi *.fdb_latexmk +*.fls *.glg *.glo *.gls From 5e2de71777e7a5b54aa803d05ecc69eecb6b7037 Mon Sep 17 00:00:00 2001 From: Harshad Sabne Date: Thu, 31 Oct 2013 01:03:56 +0530 Subject: [PATCH 62/76] Add .gradle --- Global/Eclipse.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 7b3ad03..1775ca2 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,6 +1,7 @@ *.pydevproject .project .metadata +.gradle bin/** tmp/** tmp/**/* 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 63/76] 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 4abe769..b78b64a 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,6 +2,7 @@ *.log # sbt specific +.lib/ dist/* target/ lib_managed/ From 5343cb30b2bc251fa889bc37364cdec139516ec4 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Sun, 3 Nov 2013 00:43:07 -0400 Subject: [PATCH 64/76] Create an ignore file for Vagrant's configuration and internal files. Documented at http://docs.vagrantup.com/v2/getting-started/project_setup.html These files are created automatically the first time a vagrant box is started. --- Global/Vagrant.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Vagrant.gitignore diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore new file mode 100644 index 0000000..3ccb406 --- /dev/null +++ b/Global/Vagrant.gitignore @@ -0,0 +1,2 @@ +.vagrant/ +Vagrantfile From 830889620e8ede4a1e74009c03e5985580607540 Mon Sep 17 00:00:00 2001 From: Nisarg Shah Date: Mon, 4 Nov 2013 19:21:39 +0530 Subject: [PATCH 65/76] 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 9fa3b1b..13d1160 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,6 +1,7 @@ # Object files *.o *.ko +*.obj # Libraries *.lib From 464ae2642b5fbee2528c24daa922e5ebef7c3c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Blech?= Date: Sat, 7 Sep 2013 23:12:37 -0300 Subject: [PATCH 66/76] Ignoring [._]*.sw[a-p] instead of *.s[a-w][a-z] The old pattern was too broad and was making VIM ignore Scheme (*.scm) files. Now it only matches files that start with . or _. --- Global/vim.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 56ecb40..6c5ee8d 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,5 +1,5 @@ -.*.s[a-w][a-z] -.s[a-w][a-z] +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] *.un~ Session.vim .netrwhist From 364479bc2a62d8bd33582760457c3a868168c233 Mon Sep 17 00:00:00 2001 From: Jamie Humphries Date: Mon, 4 Nov 2013 14:36:51 +0000 Subject: [PATCH 67/76] Add Visual Studio ignore rule for files generated by Microsoft Fakes. Ignores generated Fakes assemblies and related files placed under the FakesAssemblies directory. These files are generated at build time from the *.fakes configuration files. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f11eea9..c993bf0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -139,6 +139,9 @@ App_Data/*.ldf *.bim.layout *.bim_*.settings +# Microsoft Fakes +FakesAssemblies/ + # ========================= # Windows detritus # ========================= From 505a14fbf1d3e2d187fa009462844e4a9d380d44 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Mon, 4 Nov 2013 17:36:23 +0000 Subject: [PATCH 68/76] start reworking README to better articulate some contributing guidelines --- README.md | 99 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 66 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 42f2caa..2e9087e 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,74 @@ -# A Collection of Useful .gitignore Templates +# A collection of `.gitignore` templates -That's what we're trying to build. Please contribute -by [forking][fk] and sending a [pull request][pr]. +This is GitHub’s collection of [`.gitignore`][man] file templates. +We use this list to populate the `.gitignore` template choosers available +in the GitHub.com interface when creating new repositories and files. -Also **please** only modify **one file** per commit. This'll -make merging easier for everyone. +For more information about how `.gitignore` files work, and how to use them, +the following resources are a great place to start: -Global gitignores (OS-specific, editor-specific) should go into the -`Global/` directory. +- The [Ignoring Files chapter][chapter] of the [Pro Git][progit] book. +- The [Ignoring Files article][help] on the GitHub Help site. +- The [gitignore(5)][man] manual page. -For more information on gitignore: [gitignore(5)][g5] +[man]: http://git-scm.com/docs/gitignore +[help]: https://help.github.com/articles/ignoring-files +[chapter]: http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files +[progit]: http://git-scm.com/book -[fk]: http://help.github.com/forking/ +## Folder structure + +The files in the root directory are for `.gitignore` templates that are +project specific, such as language or framework specific templates. +Global (operating system or editor specific) templates should go into the +[`Global/`](./Global) directory. + +## Contributing guidelines + +We’d love you to help us improve this project. To help us keep this collection +high quality, we request that contributions adhere to the following guidelines. + +- **Provide a link to the application or project’s homepage**. Unless it’s + extremely popular, there’s a chance the maintainers don’t know about or use + the language, framework, editor, app, or project your change applies to. + +- **Provide links to documentation** supporting the change you’re making. + Current, canonical documentation mentioning the files being ignored is best. + If documentation isn’t available to support your change, do the best you can + to explain what the files being ignored are for. + +- **Explain why you’re making a change**. Even if it seems self-evident, please + take a sentence or two to tell us why your change or addition should happen. + It’s especially helpful to articulate why this change applies to *everyone* + who works with the applicable technology, rather than just you or your team. + +- **Please consider the scope of your change**. If your change specific to a + certain language or framework, then make sure the change is made to the + template for that language or framework, rather than to the template for an + editor, tool, or operating system. + +- **Please only modify *one file* per commit**. This will make merging and + conflict resolution easier for everyone. + +In general, the more you can do to help us understand the change you’re making, +the more likely we’ll be to accept your contribution quickly. + +## Contributing workflow + +Here’s how we suggest you go about proposing a change to this project: + +1. [Fork this project][fork] to your account. +2. [Create a branch][branch] for the change you intend to make. +3. Make your changes to your fork. +4. [Send a pull request][pr] from your fork’s branch to our `master` branch. + +Using the web-based interface to make changes is fine too, and will help you +by automatically forking the project and prompting to send a pull request too. + +[fork]: http://help.github.com/forking/ +[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository [pr]: http://help.github.com/pull-requests/ -[g5]: http://man.cx/gitignore -## Pull Requests +## License -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 -your projects. For example: - - git config --global core.excludesfile ~/.global_ignore - -... will apply the rules in ~/.global_ignore for all of your repos. - -This is useful if you use an editor (like Emacs) that drops backup files, -or if you work in an environment that generates binary or intermediate -files that are always ignored. +[MIT](./LICENSE). From 26367930799f4e3a919e907a4503fd821f77e1ea Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Mon, 4 Nov 2013 11:36:31 -0800 Subject: [PATCH 69/76] Update Scala.gitignore sbt now creates .cache and .history --- Scala.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scala.gitignore b/Scala.gitignore index b78b64a..28adf31 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,6 +2,8 @@ *.log # sbt specific +.cache/ +.history/ .lib/ dist/* target/ From ebe2e3e57034541eb60360af2c1b40e1d67f874f Mon Sep 17 00:00:00 2001 From: Trevor Sheridan Date: Mon, 4 Nov 2013 15:33:14 -0700 Subject: [PATCH 70/76] Cleaning up Objective-C .gitignore and adding OS X section --- Objective-C.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 6e13704..7e87545 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,5 +1,7 @@ -# Xcode +# OS X .DS_Store + +# Xcode */build/* *.pbxuser !default.pbxuser @@ -17,5 +19,5 @@ DerivedData *.hmap *.xccheckout -#CocoaPods +# CocoaPods Pods From ede3453e149374104b8a4d8d882720a6899c6020 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Tue, 5 Nov 2013 00:01:34 +0000 Subject: [PATCH 71/76] reword one-file-per-commit guideline to be about keeping PRs atomic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e9087e..4e950dc 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ high quality, we request that contributions adhere to the following guidelines. template for that language or framework, rather than to the template for an editor, tool, or operating system. -- **Please only modify *one file* per commit**. This will make merging and - conflict resolution easier for everyone. +- **Please only modify *one template* per pull request**. This helps keep pull + requests and feedback focused on a specific project or technology. In general, the more you can do to help us understand the change you’re making, the more likely we’ll be to accept your contribution quickly. From ad1a26d50df7298b2ee50f465e3c765e39c14a3c Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Tue, 5 Nov 2013 00:26:19 +0000 Subject: [PATCH 72/76] add a section about not including every template under the sun --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e950dc..14042e9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,12 @@ high quality, we request that contributions adhere to the following guidelines. In general, the more you can do to help us understand the change you’re making, the more likely we’ll be to accept your contribution quickly. - + +Please also understand that we can’t list every tool that ever existed. +Our aim is to curate a collection of the *most common and helpful* templates, +not to make sure we cover every project possible. If we choose not to +include your language, tool, or project, it’s not because it’s not awesome. + ## Contributing workflow Here’s how we suggest you go about proposing a change to this project: From 02aa9eb7a8b23cd8b239557f7aa6fcd61c9007ff Mon Sep 17 00:00:00 2001 From: Stefan Schlott Date: Thu, 20 Sep 2012 12:00:12 +0200 Subject: [PATCH 73/76] Ignore cache and history (created by SBT >=0.12) --- Global/SBT.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index af2427d..1f4d73b 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -5,3 +5,5 @@ target/ lib_managed/ src_managed/ project/boot/ +.history +.cache From 7375f82fac9811ab1ac21e295e2513173814e053 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Tue, 5 Nov 2013 16:58:09 +0000 Subject: [PATCH 74/76] extract out new contributing guidelines to CONTRIBUTING.md --- CONTRIBUTING.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 918dd5e..91543ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,34 @@ -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. +# Contributing guidelines -This ensures we can efficiently go through pull requests and keep quality high. +We’d love you to help us improve this project. To help us keep this collection +high quality, we request that contributions adhere to the following guidelines. + +- **Provide a link to the application or project’s homepage**. Unless it’s + extremely popular, there’s a chance the maintainers don’t know about or use + the language, framework, editor, app, or project your change applies to. + +- **Provide links to documentation** supporting the change you’re making. + Current, canonical documentation mentioning the files being ignored is best. + If documentation isn’t available to support your change, do the best you can + to explain what the files being ignored are for. + +- **Explain why you’re making a change**. Even if it seems self-evident, please + take a sentence or two to tell us why your change or addition should happen. + It’s especially helpful to articulate why this change applies to *everyone* + who works with the applicable technology, rather than just you or your team. + +- **Please consider the scope of your change**. If your change specific to a + certain language or framework, then make sure the change is made to the + template for that language or framework, rather than to the template for an + editor, tool, or operating system. + +- **Please only modify *one template* per pull request**. This helps keep pull + requests and feedback focused on a specific project or technology. + +In general, the more you can do to help us understand the change you’re making, +the more likely we’ll be to accept your contribution quickly. + +Please also understand that we can’t list every tool that ever existed. +Our aim is to curate a collection of the *most common and helpful* templates, +not to make sure we cover every project possible. If we choose not to +include your language, tool, or project, it’s not because it’s not awesome. From c1af2ae829188b71f71adaf4146d4083ecbcdda4 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Tue, 5 Nov 2013 22:41:37 -0500 Subject: [PATCH 75/76] Allow the Vagrantfile to be tracked as that's the intended purpose. From the documentation at http://docs.vagrantup.com/v2/getting-started/project_setup.html "The Vagrantfile is meant to be committed to version control with your project, if you use version control. This way, every person working with that project can benefit from Vagrant without any upfront work." --- Global/Vagrant.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore index 3ccb406..a977916 100644 --- a/Global/Vagrant.gitignore +++ b/Global/Vagrant.gitignore @@ -1,2 +1 @@ .vagrant/ -Vagrantfile From f0036b5a401a5d977136308caa0a1810ca15489b Mon Sep 17 00:00:00 2001 From: Niklas Rehfeld Date: Wed, 1 May 2013 16:55:44 +1200 Subject: [PATCH 76/76] add .brf for files generated by hyperref .brf files are generated if the 'backref' or 'pagebackref' options of the hyperref package are enabled. These are intermediate files, so shouldn't be tracked. --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bc7c792..a0dd1c3 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -7,6 +7,7 @@ *.blg *-blx.aux *-blx.bib +*.brf *.dvi *.fdb_latexmk *.fls