From 4fad2f82dee21f0aceffb69c530ad1f78b38b6e7 Mon Sep 17 00:00:00 2001 From: Rafael George Date: Thu, 11 Nov 2010 06:52:55 +0800 Subject: [PATCH 01/74] added play framework gitignore --- PlayFramework.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 PlayFramework.gitignore diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore new file mode 100644 index 00000000..01cc9af1 --- /dev/null +++ b/PlayFramework.gitignore @@ -0,0 +1,11 @@ +# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore +# Ignore all dotfiles... +.* +# except for .gitignore +!.gitignore + +# Ignore Play! working directory +tmp +log +test-result +eclipse From ef299335e6475ca64ffce5414d63e616f50b1ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Douche?= Date: Thu, 11 Nov 2010 06:33:30 +0800 Subject: [PATCH 02/74] Added buildout directories and the configuration data files. --- Python.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index e13c9cd7..d500ec4b 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -5,6 +5,11 @@ *.egg-info dist build +eggs +parts +bin +develop-eggs +.installed.cfg # Installer logs pip-log.txt From 6721d91420a6a3e323bf97efbab6415dc980837a Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 11 Nov 2010 06:09:00 +0800 Subject: [PATCH 03/74] Ignore apxs2 / libtoolize build files. --- C++.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 714b4a6c..d12542d5 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -1,8 +1,12 @@ # compiled object files +*.slo +*.lo *.o # compiled dynamic libraries *.so # compiled static libraries +*.lai +*.la *.a From fa46e7bcbb735fab853bc4be06267c91abe4d25e Mon Sep 17 00:00:00 2001 From: Jan Michael Alonzo Date: Thu, 11 Nov 2010 04:27:49 +0800 Subject: [PATCH 04/74] Ignore DocProject and ClickOnce build artifacts --- Global/VisualStudio.gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 2cda3419..9afcfd27 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -16,6 +16,19 @@ Release/ # ReSharper is a .NET coding add-in _ReSharper* +# 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 + # Others bin Bin @@ -27,4 +40,4 @@ TestResults ClientBin stylecop.* ~$* -*.dbmdl +*.dbmdl \ No newline at end of file From 284f9fc38ee7bbbe673814d3c2d8dc5b5a19b5c0 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Fri, 12 Nov 2010 22:58:29 +0200 Subject: [PATCH 05/74] Small cleanup of comments in the file Hopefully comments look better now. --- Global/Windows.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 0d1c415e..022a4c3c 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,5 +1,5 @@ -#Windows images caches +# Windows image file caches Thumbs.db -#Folder config file -Desktop.ini \ No newline at end of file +# Folder config file +Desktop.ini From 0d8f9eced95e7f6143527fe623fe2ae41c066d87 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Fri, 12 Nov 2010 23:03:26 +0200 Subject: [PATCH 06/74] Fixed comment in Linux.gitignore file --- Global/Linux.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 9c2d0c79..0cea6d75 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -2,5 +2,5 @@ *~ *.sw[a-p] -#KDE +# KDE .directory From b9540987ce3894be1960b264a0f0a0de135fcd8d Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Fri, 12 Nov 2010 23:05:33 +0200 Subject: [PATCH 07/74] Fixed comments in Archives.gitignore --- Global/Archives.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 4ec706e6..20c8c2cc 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -1,5 +1,5 @@ -# it's better to unpack these files and commit the raw source -# git has its own built in compression methods +# It's better to unpack these files and commit the raw source because +# git has its own built in compression methods. *.7z *.dmg *.gz @@ -9,4 +9,4 @@ *.tar *.tar.gz *.zip -*.bzip \ No newline at end of file +*.bzip From 56bcf5c96a9366c7fb002edff1b01c1bf42f06b7 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Fri, 12 Nov 2010 23:13:55 +0200 Subject: [PATCH 08/74] Fixed comments in C++.gitignore --- C++.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C++.gitignore b/C++.gitignore index d12542d5..8df9393e 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -1,12 +1,12 @@ -# compiled object files +# Compiled Object files *.slo *.lo *.o -# compiled dynamic libraries +# Compiled Dynamic libraries *.so -# compiled static libraries +# Compiled Static libraries *.lai *.la *.a From aa4b18fd769eaa4fb34450cac9644aeb99947cf1 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Fri, 12 Nov 2010 23:17:42 +0200 Subject: [PATCH 09/74] Fixed comment in Objective-C.gitignore --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 684c5bff..edc082c1 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,4 +1,4 @@ -# xcode +# Xcode build/* *.pbxuser !default.pbxuser From e5184274b2bdf06258f0ac04be29f96032ff4e00 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Fri, 12 Nov 2010 23:51:29 +0200 Subject: [PATCH 10/74] Added few files to OSX.gitignore Ignore files generated by OS X that might appear on external disks: .Spotlight-V100 .Trashes --- Global/OSX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 6bcf47e9..f698b569 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -4,6 +4,10 @@ Icon? # Thumbnails ._* +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + # ack & vim swap files .ackrc *.swp From cb9fac4334879aab6c26406fe91aeba2273b9d5f Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Sat, 13 Nov 2010 04:58:29 +0800 Subject: [PATCH 11/74] Small cleanup of comments in the file Hopefully comments look better now. --- Global/Windows.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 0d1c415e..022a4c3c 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,5 +1,5 @@ -#Windows images caches +# Windows image file caches Thumbs.db -#Folder config file -Desktop.ini \ No newline at end of file +# Folder config file +Desktop.ini From cd7597dd5f5bae77d4bcf0e1eb2e050d26169cb3 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Sat, 13 Nov 2010 05:03:26 +0800 Subject: [PATCH 12/74] Fixed comment in Linux.gitignore file --- Global/Linux.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 9c2d0c79..0cea6d75 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -2,5 +2,5 @@ *~ *.sw[a-p] -#KDE +# KDE .directory From 71054b86d63d35c547ae8390d806bbd262aed7e2 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Sat, 13 Nov 2010 05:05:33 +0800 Subject: [PATCH 13/74] Fixed comments in Archives.gitignore --- Global/Archives.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 4ec706e6..20c8c2cc 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -1,5 +1,5 @@ -# it's better to unpack these files and commit the raw source -# git has its own built in compression methods +# It's better to unpack these files and commit the raw source because +# git has its own built in compression methods. *.7z *.dmg *.gz @@ -9,4 +9,4 @@ *.tar *.tar.gz *.zip -*.bzip \ No newline at end of file +*.bzip From 605476c52827239269592c40c2a0a6642d0f44c5 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Sat, 13 Nov 2010 05:13:55 +0800 Subject: [PATCH 14/74] Fixed comments in C++.gitignore --- C++.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C++.gitignore b/C++.gitignore index d12542d5..8df9393e 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -1,12 +1,12 @@ -# compiled object files +# Compiled Object files *.slo *.lo *.o -# compiled dynamic libraries +# Compiled Dynamic libraries *.so -# compiled static libraries +# Compiled Static libraries *.lai *.la *.a From e58baf9625a0e0d018ce154e8b320c3d2f41cbbe Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Sat, 13 Nov 2010 05:17:42 +0800 Subject: [PATCH 15/74] Fixed comment in Objective-C.gitignore --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 684c5bff..edc082c1 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,4 +1,4 @@ -# xcode +# Xcode build/* *.pbxuser !default.pbxuser From 550ef6f668f2998aecef2533cdd99ec24893f1c5 Mon Sep 17 00:00:00 2001 From: Wes Baker Date: Sat, 13 Nov 2010 04:59:27 +0800 Subject: [PATCH 16/74] Added ExpressionEngine gitignore file. --- ExpressionEngine.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ExpressionEngine.gitignore diff --git a/ExpressionEngine.gitignore b/ExpressionEngine.gitignore new file mode 100644 index 00000000..c56e7abc --- /dev/null +++ b/ExpressionEngine.gitignore @@ -0,0 +1,15 @@ +.DS_Store + +# Images +images/avatars/ +images/captchas/ +images/smileys/ +images/member_photos/ +images/signature_attachments/ +images/pm_attachments/ + +# Caches +sized/ +thumbs/ +_thumbs/ +*/expressionengine/cache/* \ No newline at end of file From b2bbec62d039e1ac0047db02e5e39befcfef755b Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 11 Nov 2010 21:48:05 +0800 Subject: [PATCH 17/74] Add Haskell gitignore --- Haskell.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Haskell.gitignore diff --git a/Haskell.gitignore b/Haskell.gitignore new file mode 100644 index 00000000..bd0a2558 --- /dev/null +++ b/Haskell.gitignore @@ -0,0 +1,3 @@ +dist +*.o +*.hi From 83a92c8e7fae3c24c8188e5556934b62836fc8bc Mon Sep 17 00:00:00 2001 From: seenmyfate Date: Thu, 11 Nov 2010 17:43:45 +0800 Subject: [PATCH 18/74] added rerun and config ignores --- Rails.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index f847f34c..ecf122a7 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -12,3 +12,5 @@ capybara-*.html /coverage/ /spec/tmp/* **.orig +config/*.yml +rerun.txt \ No newline at end of file From 771ad365e4a5b67309827e443647728b652bf8c2 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Sat, 13 Nov 2010 05:51:29 +0800 Subject: [PATCH 19/74] Added few files to OSX.gitignore Ignore files generated by OS X that might appear on external disks: .Spotlight-V100 .Trashes --- Global/OSX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 6bcf47e9..f698b569 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -4,6 +4,10 @@ Icon? # Thumbnails ._* +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + # ack & vim swap files .ackrc *.swp From ea0b4b92cb9d0de646ad7898867ee50828a124f1 Mon Sep 17 00:00:00 2001 From: Magnus Woldrich Date: Wed, 17 Nov 2010 19:54:17 +0800 Subject: [PATCH 20/74] Added Vim >= 7.3 persistent undo files --- Global/vim.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 31079fd7..b02c7e00 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1 +1,2 @@ .*.sw[a-z] +*.un~ From 1a711cc2430c571f63cb16e5eb0e7aeb84db2fb0 Mon Sep 17 00:00:00 2001 From: Tom Milewski Date: Fri, 19 Nov 2010 00:40:11 +0800 Subject: [PATCH 21/74] Added Wordpress (Forgot to 'git add .') --- Wordpress.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Wordpress.gitignore diff --git a/Wordpress.gitignore b/Wordpress.gitignore new file mode 100644 index 00000000..b6b5e9df --- /dev/null +++ b/Wordpress.gitignore @@ -0,0 +1,3 @@ +.htaccess +wp-config.php +wp-content/uploads/ From 9c7b92ae3b7042a80197d2b9f45b7d9b9391ca17 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Thu, 18 Nov 2010 18:56:40 -0800 Subject: [PATCH 22/74] These should go into other gitignores, like Vim.gitignore --- Global/OSX.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index f698b569..5db64513 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -7,7 +7,3 @@ Icon? # Files that might appear on external disk .Spotlight-V100 .Trashes - -# ack & vim swap files -.ackrc -*.swp From 2f8c09da0f8ebc34514cecde0e58ece0d0a30739 Mon Sep 17 00:00:00 2001 From: William Dang Date: Sat, 20 Nov 2010 20:46:50 -0700 Subject: [PATCH 23/74] Additional Visual C++ objects and case-insensitive matches --- Global/VisualStudio.gitignore | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 9afcfd27..661eeea9 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -6,12 +6,27 @@ *.user # Build results -Debug/ -Release/ +[Dd]ebug/ +[Rr]elease/ *.ncb *.aps *.obj .builds +*_i.c +*_p.c +*.ilk +*.meta +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.vspscc # ReSharper is a .NET coding add-in _ReSharper* @@ -30,10 +45,8 @@ DocProject/Help/html publish # Others -bin -Bin -obj -Obj +[Bb]in +[Oo]bj sql TestResults *.Cache From 8be76178729d8c41272e14ea9d257ce268cc3e32 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Tue, 23 Nov 2010 00:22:52 +0200 Subject: [PATCH 24/74] Re-removed unneeded things from OSX.gitignore --- Global/OSX.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index f698b569..5db64513 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -7,7 +7,3 @@ Icon? # Files that might appear on external disk .Spotlight-V100 .Trashes - -# ack & vim swap files -.ackrc -*.swp From 2389c0fd5f6bae04dafd39b663f9bc0987a58427 Mon Sep 17 00:00:00 2001 From: Sepehr Lajevardi Date: Sun, 21 Nov 2010 07:44:08 +0800 Subject: [PATCH 25/74] Added Drupal gitignore. --- Drupal.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Drupal.gitignore diff --git a/Drupal.gitignore b/Drupal.gitignore new file mode 100644 index 00000000..46df221a --- /dev/null +++ b/Drupal.gitignore @@ -0,0 +1,5 @@ +sites/default/files +sites/default/private +sites/default/settings.php +cache/ +.gitignore From 75c65b9ef728ba4b81d8a235a980e8f9d0de8793 Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 21 Nov 2010 06:59:54 +0800 Subject: [PATCH 26/74] Fix typo in CodeIgniter gitignore --- CodeIgniter.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index aed74f0e..e90eb114 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,4 +1,4 @@ */config/database.php */system/logs/log-*.php */system/cache/* -*/systen/cache/!index.html +*/system/cache/!index.html From c046bd621ac4896a352bc7bc64f87362e82face7 Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 21 Nov 2010 07:00:47 +0800 Subject: [PATCH 27/74] Add SVN gitignore for anyone who has to code-share with projects using Subversion --- Global/SVN.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/SVN.gitignore diff --git a/Global/SVN.gitignore b/Global/SVN.gitignore new file mode 100644 index 00000000..aeb378dd --- /dev/null +++ b/Global/SVN.gitignore @@ -0,0 +1,2 @@ +/.svn/* +*/.svn/* \ No newline at end of file From cdb216f204d870d9090f0c86158c3b2d932367bb Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 21 Nov 2010 07:01:18 +0800 Subject: [PATCH 28/74] Add CVS gitignore for anyone who has to code-share with projects using CVS. Save the dinosaurs. --- Global/CVS.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Global/CVS.gitignore diff --git a/Global/CVS.gitignore b/Global/CVS.gitignore new file mode 100644 index 00000000..0f0f06ed --- /dev/null +++ b/Global/CVS.gitignore @@ -0,0 +1,4 @@ +/CVS/* +*/CVS/* +.cvsignore +*/.cvsignore \ No newline at end of file From ac5192cada08c75b7417791c20e0fdd7cb5ccb59 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Sun, 21 Nov 2010 03:31:00 +0800 Subject: [PATCH 29/74] Add OCaml gitignore --- OCaml.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 OCaml.gitignore diff --git a/OCaml.gitignore b/OCaml.gitignore new file mode 100644 index 00000000..fea4c452 --- /dev/null +++ b/OCaml.gitignore @@ -0,0 +1,9 @@ +*.annot +*.cmo +*.cma +*.cmi +*.a +*.o +*.cmx +*.cmxs +*.cmxa From 8b9230baeda855654a07abff5b809de923351ba6 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Sat, 20 Nov 2010 18:18:04 +0800 Subject: [PATCH 30/74] Add in rules for WP Super Cache, Google XML Sitemaps, and WP-DBManager plugins. --- Wordpress.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index b6b5e9df..7bba52fb 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -1,3 +1,11 @@ .htaccess wp-config.php +wp-content/backup-db/* +wp-content/cache/* +wp-content/cache/supercache/* +wp-content/upgrade/* +wp-content/advanced-cache.php +wp-content/wp-cache-config.php wp-content/uploads/ +sitemap.xml +sitemap.xml.gz \ No newline at end of file From 6fe128f7a477b2897ff5c7c83553e9fe8a136cdb Mon Sep 17 00:00:00 2001 From: andreasf Date: Sun, 21 Nov 2010 06:34:20 -0800 Subject: [PATCH 31/74] Added patterns for LaTeX Beamer --- LaTeX.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index 582fb2ae..de6b72b7 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -14,4 +14,6 @@ *.fdb_latexmk *.pdfsync *.synctex.gz - +*.nav +*.snm +*.vrb From 3037435ceedb37910ec2ef748016d078be9daf05 Mon Sep 17 00:00:00 2001 From: Joshua Jabbour Date: Fri, 19 Nov 2010 13:47:44 -0500 Subject: [PATCH 32/74] add "*.tmproject" to ignore list --- Global/TextMate.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/TextMate.gitignore b/Global/TextMate.gitignore index d7954211..41e8d07a 100644 --- a/Global/TextMate.gitignore +++ b/Global/TextMate.gitignore @@ -1,2 +1,3 @@ *.tmproj +*.tmproject tmtags From d9cd9ebe1e816719dbea8305810d4cbc1bac76e2 Mon Sep 17 00:00:00 2001 From: Joe Hassick Date: Sat, 20 Nov 2010 15:20:41 -0500 Subject: [PATCH 33/74] Added to Drupal.gitignore --- Drupal.gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 46df221a..5cbe2c45 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -2,4 +2,15 @@ sites/default/files sites/default/private sites/default/settings.php cache/ -.gitignore +files/ +settings.php +/README.txt +/CHANGELOG.txt +/COPYRIGHT.txt +/INSTALL*.txt +/LICENSE.txt +/MAINTAINERS.txt +/UPGRADE.txt +sites/all/README.txt +sites/all/modules/README.txt +sites/all/themes/README.txt From d436e43245ff4fbe38b58a598a3445c4f7cfb66d Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Sun, 21 Nov 2010 02:27:23 -0600 Subject: [PATCH 34/74] Added a VB.Net gitignore --- VB.Net.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 VB.Net.gitignore diff --git a/VB.Net.gitignore b/VB.Net.gitignore new file mode 100644 index 00000000..28c9092e --- /dev/null +++ b/VB.Net.gitignore @@ -0,0 +1,11 @@ +# Build and Object Folders +bin/ +obj/ + +#User Specific Files +*.user +*.suo + +#Resource Caches +_ReSharper.* +*.sln.cache \ No newline at end of file From f84e3189d02e3042e3466fbf19a64e70eb694e37 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 20 Nov 2010 23:37:10 -0800 Subject: [PATCH 35/74] dont track compiled elisp --- Global/Emacs.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 472f6739..a5eec223 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -2,3 +2,6 @@ \#*\# /.emacs.desktop /.emacs.desktop.lock +.elc +auto-save-list +tramp From 2483494fc257e32bcd8241655ac00607ca915b3d Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 20 Nov 2010 23:34:20 -0800 Subject: [PATCH 36/74] add Coq gitignore --- Coq.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Coq.gitignore diff --git a/Coq.gitignore b/Coq.gitignore new file mode 100644 index 00000000..769bc36c --- /dev/null +++ b/Coq.gitignore @@ -0,0 +1,4 @@ +*.vo +*.glob +*.v.d + From 474d62d8dde287c32dfd724f5377a65fc3a91298 Mon Sep 17 00:00:00 2001 From: Hosam Aly Date: Mon, 15 Nov 2010 17:33:10 +0800 Subject: [PATCH 37/74] Added ignore patterns for projects generated using seam-gen --- SeamGen.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SeamGen.gitignore diff --git a/SeamGen.gitignore b/SeamGen.gitignore new file mode 100644 index 00000000..50ec0ffc --- /dev/null +++ b/SeamGen.gitignore @@ -0,0 +1,15 @@ +/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 + +# Thanks to @VonC and @kraftan for their helpful answers on a related question +# on StackOverflow.com: +# http://stackoverflow.com/questions/4176687 +# /what-is-the-recommended-source-control-ignore-pattern-for-seam-projects From 590e423e7f7283dbd4d77dc75574e7ffa4d829d5 Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Mon, 22 Nov 2010 13:41:39 -0800 Subject: [PATCH 38/74] Visual C++ additions. Grouped all VC++ files together. Added new file extensions and folders used by Visual C++ 2010. --- Global/VisualStudio.gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 9afcfd27..42e1b9af 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -8,11 +8,16 @@ # Build results Debug/ Release/ -*.ncb -*.aps *.obj .builds +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + # ReSharper is a .NET coding add-in _ReSharper* From 3be1cd91367575ee9c0ed854af92a073055d86fd Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Mon, 22 Nov 2010 13:52:25 -0800 Subject: [PATCH 39/74] Performance Sessions & Reports. --- Global/VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 42e1b9af..647b568b 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -18,6 +18,10 @@ ipch/ *.opensdf *.sdf +# Visual Studio profiler +*.psess +*.vsp + # ReSharper is a .NET coding add-in _ReSharper* From 718b97feec0ba95092038dfc64b118bd7176aa9b Mon Sep 17 00:00:00 2001 From: Rolando Pereira Date: Sun, 21 Nov 2010 13:46:53 +0000 Subject: [PATCH 40/74] Ignore files generated by Etags and Ctags --- Global/Tags.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Tags.gitignore diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore new file mode 100644 index 00000000..b7624bde --- /dev/null +++ b/Global/Tags.gitignore @@ -0,0 +1,3 @@ +# Ignore tags created by etags and ctags +TAGS +tags From fd30555204695ee804d8f36f98a856d22ffcd100 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 20 Nov 2010 11:08:56 -0800 Subject: [PATCH 41/74] Don't ignore empty files meant to preserve the file structure of an application within a git repository for later deployment --- CakePHP.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 0b684f19..8438a62f 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -2,4 +2,4 @@ tmp/* config/database.php app/tmp/* app/config/database.php - +!empty \ No newline at end of file From 9abdee41a619bac66c86a5f688d24df92d42ce90 Mon Sep 17 00:00:00 2001 From: Tom Zellman Date: Sat, 20 Nov 2010 06:50:11 -0500 Subject: [PATCH 42/74] added Waf.gitignore --- Waf.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Waf.gitignore diff --git a/Waf.gitignore b/Waf.gitignore new file mode 100644 index 00000000..68cacdb9 --- /dev/null +++ b/Waf.gitignore @@ -0,0 +1,3 @@ +# for projects that use Waf for building: http://code.google.com/p/waf/ +.waf-* +.lock-* From fb8ad2e87b6f3f714278dcdcf71982582ad1b415 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Tue, 23 Nov 2010 08:40:50 +0200 Subject: [PATCH 43/74] Removed empty line from Autotools.gitignore --- Autotools.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Autotools.gitignore b/Autotools.gitignore index 2b479f8e..fc5e847d 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -1,4 +1,3 @@ - # http://www.gnu.org/software/automake Makefile.in From 3400caaeebd4a65bb3234aa77c2792ce6d92f5b9 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Tue, 23 Nov 2010 10:15:05 +0100 Subject: [PATCH 44/74] Haskell.gitignore: ignore files produced by c2hs --- Haskell.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index bd0a2558..b400500f 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -1,3 +1,5 @@ dist *.o *.hi +*.chi +*.chs.h From dadf5d35d6a8fbe7127d44299db7e3a57df4de1e Mon Sep 17 00:00:00 2001 From: Sepehr Lajevardi Date: Tue, 23 Nov 2010 19:04:22 +0330 Subject: [PATCH 45/74] Removed duplicate settings.php. --- Drupal.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 5cbe2c45..13c8ba0b 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -3,7 +3,6 @@ sites/default/private sites/default/settings.php cache/ files/ -settings.php /README.txt /CHANGELOG.txt /COPYRIGHT.txt From 6dc2f0a1332acea5deb715dd45194b5af77a4db9 Mon Sep 17 00:00:00 2001 From: Sepehr Lajevardi Date: Tue, 23 Nov 2010 19:07:09 +0330 Subject: [PATCH 46/74] Added ZendFramework.gitignore. --- ZendFramework.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ZendFramework.gitignore diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore new file mode 100644 index 00000000..0b8e5951 --- /dev/null +++ b/ZendFramework.gitignore @@ -0,0 +1,6 @@ +INSTALL.txt +LICENSE.txt +README.txt +demos/ +extras/documentation + From e978107d8201b467ad54f000f5722c9369d80673 Mon Sep 17 00:00:00 2001 From: Nick Berardi Date: Wed, 24 Nov 2010 16:38:25 -0500 Subject: [PATCH 47/74] added Mercurial.gitignore --- Global/Mercurial.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Mercurial.gitignore diff --git a/Global/Mercurial.gitignore b/Global/Mercurial.gitignore new file mode 100644 index 00000000..d75cc477 --- /dev/null +++ b/Global/Mercurial.gitignore @@ -0,0 +1,3 @@ +/.hg/* +*/.hg/* +.hgignore \ No newline at end of file From 82d2574837918a1505608e7c3f42354db5bbe1c9 Mon Sep 17 00:00:00 2001 From: Daniel Schauenberg Date: Sun, 9 Jan 2011 18:30:05 +0100 Subject: [PATCH 48/74] ignore dvi intermediate output --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index de6b72b7..97c74a97 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -1,6 +1,7 @@ *.aux *.bbl *.blg +*.dvi *.glg *.glo *.gls From b8e8a17adb9e27817d573970ece3d3b20d3dd779 Mon Sep 17 00:00:00 2001 From: Daniel Schauenberg Date: Sun, 9 Jan 2011 18:30:59 +0100 Subject: [PATCH 49/74] ignore nlo intermediate output --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index 97c74a97..bd0d03eb 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -10,6 +10,7 @@ *.ind *.ist *.log +*.nlo *.out *.toc *.fdb_latexmk From 83dd79a1df0ee3751a1978923195c5d0b4f8485e Mon Sep 17 00:00:00 2001 From: Daniel Schauenberg Date: Sun, 9 Jan 2011 18:31:56 +0100 Subject: [PATCH 50/74] ignore lof intermediate output --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bd0d03eb..21bd83e2 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -9,6 +9,7 @@ *.ilg *.ind *.ist +*.lof *.log *.nlo *.out From b697255d6a7faf1823a978570c04120b0a46f6cd Mon Sep 17 00:00:00 2001 From: Meisam Fathi Date: Wed, 19 Jan 2011 10:42:58 +0330 Subject: [PATCH 51/74] .gitignore for gcov files --- gcov.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gcov.gitignore diff --git a/gcov.gitignore b/gcov.gitignore new file mode 100644 index 00000000..a6451430 --- /dev/null +++ b/gcov.gitignore @@ -0,0 +1,5 @@ +# gcc coverage testing tool files + +*.gcno +*.gcda +*.gcov From 9845e47dfa62d0f5b2e4450c0f8be2de8cb48e2f Mon Sep 17 00:00:00 2001 From: Meisam Fathi Date: Wed, 19 Jan 2011 11:20:21 +0330 Subject: [PATCH 52/74] Added LaTeX temp files for List of Tables (*.lot files). --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index 21bd83e2..f68b1758 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -11,6 +11,7 @@ *.ist *.lof *.log +*.lot *.nlo *.out *.toc From d4fb0f1cd0aae58e360214fc3fa2f5ccecc7991c Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 14 Dec 2010 00:49:29 +0800 Subject: [PATCH 53/74] Symfony2 gitignore Ignore application logs/cache, uploads and published bundle assets. --- Symfony2.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Symfony2.gitignore diff --git a/Symfony2.gitignore b/Symfony2.gitignore new file mode 100644 index 00000000..3cdb9605 --- /dev/null +++ b/Symfony2.gitignore @@ -0,0 +1,4 @@ +*/logs/* +*/cache/* +web/uploads/* +web/bundles/* From 4ad86493f64c049ad8f52763ff2591efbb22cd01 Mon Sep 17 00:00:00 2001 From: Nick Berardi Date: Thu, 25 Nov 2010 05:38:25 +0800 Subject: [PATCH 54/74] added Mercurial.gitignore --- Global/Mercurial.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Mercurial.gitignore diff --git a/Global/Mercurial.gitignore b/Global/Mercurial.gitignore new file mode 100644 index 00000000..d75cc477 --- /dev/null +++ b/Global/Mercurial.gitignore @@ -0,0 +1,3 @@ +/.hg/* +*/.hg/* +.hgignore \ No newline at end of file From c4619a22f056f70e286ceb9b9638e158f1dfd34b Mon Sep 17 00:00:00 2001 From: Tyler Breisacher Date: Thu, 20 Jan 2011 15:33:59 +0800 Subject: [PATCH 55/74] Ignore all the .svn folders. --- Global/SVN.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Global/SVN.gitignore b/Global/SVN.gitignore index aeb378dd..1b53ace6 100644 --- a/Global/SVN.gitignore +++ b/Global/SVN.gitignore @@ -1,2 +1 @@ -/.svn/* -*/.svn/* \ No newline at end of file +.svn/ From 62ea09ae829674628e16bea5a397566eff211ce2 Mon Sep 17 00:00:00 2001 From: Oliver Schrenk Date: Sat, 15 Jan 2011 02:37:16 +0800 Subject: [PATCH 56/74] Ignoring db, logs, server.pid --- PlayFramework.gitignore | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 01cc9af1..f9762902 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -4,8 +4,11 @@ # except for .gitignore !.gitignore -# Ignore Play! working directory -tmp -log -test-result +# Ignore Play! working directory # +db eclipse +log +logs +server.pid +test-result +tmp \ No newline at end of file From 07f71f3bf10cfae885fad613069803f2e81065ff Mon Sep 17 00:00:00 2001 From: Keith Elder Date: Sat, 29 Jan 2011 22:11:11 +0800 Subject: [PATCH 57/74] Added since RIA/Silverlight projects use this for generated code that doesn't get added into source control. --- Global/VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 647b568b..644a71bb 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -49,4 +49,5 @@ TestResults ClientBin stylecop.* ~$* -*.dbmdl \ No newline at end of file +*.dbmdl +Generated_Code #added for RIA/Silverlight projects From a9b0aadc98f73d96a668550df25a11f303d6f6ce Mon Sep 17 00:00:00 2001 From: Meisam Fathi Date: Wed, 19 Jan 2011 15:12:58 +0800 Subject: [PATCH 58/74] .gitignore for gcov files --- gcov.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gcov.gitignore diff --git a/gcov.gitignore b/gcov.gitignore new file mode 100644 index 00000000..a6451430 --- /dev/null +++ b/gcov.gitignore @@ -0,0 +1,5 @@ +# gcc coverage testing tool files + +*.gcno +*.gcda +*.gcov From 8b99c7a245aaed0ced4149262b6facd3d22039d3 Mon Sep 17 00:00:00 2001 From: Damien Alexandre Date: Wed, 16 Feb 2011 03:04:48 -0800 Subject: [PATCH 59/74] Add ignore for Base classes from Doctrine and Propel ORM. --- Symfony.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index 7c08aea1..b6b598fa 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -4,3 +4,8 @@ web/uploads/* config/databases.yml config/propel.ini data/sql +lib/filter/doctrine/base/Base* +lib/form/doctrine/base/Base* +lib/model/doctrine/base/Base* +lib/model/om/* +lib/model/map/* \ No newline at end of file From cd93fbcade2e2d1c144bbeef1ff27327631b0f18 Mon Sep 17 00:00:00 2001 From: lucapette Date: Mon, 14 Feb 2011 17:42:45 +0100 Subject: [PATCH 60/74] Jboss gitignore file --- Jboss.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Jboss.gitignore diff --git a/Jboss.gitignore b/Jboss.gitignore new file mode 100644 index 00000000..5d7167f5 --- /dev/null +++ b/Jboss.gitignore @@ -0,0 +1,15 @@ +jboss/server/all/deploy/project.ext +jboss/server/default/deploy/project.ext +jboss/server/minimal/deploy/project.ext +jboss/server/all/log/*.log +jboss/server/all/tmp/**/* +jboss/server/all/data/**/* +jboss/server/all/work/**/* +jboss/server/default/log/*.log +jboss/server/default/tmp/**/* +jboss/server/default/data/**/* +jboss/server/default/work/**/* +jboss/server/minimal/log/*.log +jboss/server/minimal/tmp/**/* +jboss/server/minimal/data/**/* +jboss/server/minimal/work/**/* From 31198dd999598e5a3eb9aa86b4b15711e0a8505a Mon Sep 17 00:00:00 2001 From: Alexis Reigel Date: Fri, 11 Feb 2011 13:00:16 +0100 Subject: [PATCH 61/74] c# projects: ignore user specific files, testresults and windows picture index files --- CSharp.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index 9421b39d..e457e42c 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -5,3 +5,12 @@ _ReSharper* bin obj +# user settings +*.user +*.suo + +# if you have pictures, windows will likely create those annoying index files +Thumbs.db + +# mstest test results +TestResults \ No newline at end of file From 2ed7b7ab6a6b56b4a1ab6ade913fe1b2e910fa6a Mon Sep 17 00:00:00 2001 From: Eric Muyser Date: Thu, 10 Feb 2011 18:14:20 -0800 Subject: [PATCH 62/74] Add LemonStand gitignore. --- LemonStand.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 LemonStand.gitignore diff --git a/LemonStand.gitignore b/LemonStand.gitignore new file mode 100644 index 00000000..d015eb38 --- /dev/null +++ b/LemonStand.gitignore @@ -0,0 +1,20 @@ +boot.php +index.php +install.php +/config/* +!/config/config.php +/controllers/* +/init/* +/logs/* +/phproad/* +/temp/* +/uploaded/* +/installer_files/* +/modules/backend/* +/modules/blog/* +/modules/cms/* +/modules/core/* +/modules/session/* +/modules/shop/* +/modules/system/* +/modules/users/* \ No newline at end of file From f14c958ecfebc8db521d74f2d00c9c9676a4c65e Mon Sep 17 00:00:00 2001 From: Jay Anderson Date: Sun, 6 Feb 2011 18:58:22 -0700 Subject: [PATCH 63/74] Add ignore file for lilypond. --- Lilypond.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Lilypond.gitignore diff --git a/Lilypond.gitignore b/Lilypond.gitignore new file mode 100644 index 00000000..513e6edd --- /dev/null +++ b/Lilypond.gitignore @@ -0,0 +1,6 @@ +*.pdf +*.ps +*.midi +*.mid +*.log +*~ From 21cef812294f9803f54dbbad16dbdf27dc4f6ded Mon Sep 17 00:00:00 2001 From: Keith Elder Date: Sat, 29 Jan 2011 09:11:11 -0500 Subject: [PATCH 64/74] Added since RIA/Silverlight projects use this for generated code that doesn't get added into source control. --- Global/VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 647b568b..644a71bb 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -49,4 +49,5 @@ TestResults ClientBin stylecop.* ~$* -*.dbmdl \ No newline at end of file +*.dbmdl +Generated_Code #added for RIA/Silverlight projects From 765dd834aafd085fc0e99e92acf18aace86057b0 Mon Sep 17 00:00:00 2001 From: Tony Petruzzi Date: Fri, 26 Nov 2010 04:38:51 -0500 Subject: [PATCH 65/74] add cfwheels gitignore --- CFWheels.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CFWheels.gitignore diff --git a/CFWheels.gitignore b/CFWheels.gitignore new file mode 100644 index 00000000..f2fec34f --- /dev/null +++ b/CFWheels.gitignore @@ -0,0 +1,12 @@ +# unpacked plugin folders +plugins/**/* + +# files directory where uploads go +files + +# DBMigrate plugin: generated SQL +db/sql + +# AssetBundler plugin: generated bundles +javascripts/bundles +stylesheets/bundles From a0b3a59a3014a0510ebdad93dc95f1d425f6d68d Mon Sep 17 00:00:00 2001 From: Ahmed Kotb Date: Sat, 4 Dec 2010 19:13:40 +0200 Subject: [PATCH 66/74] Add Tasm.gitignore --- Tasm.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Tasm.gitignore diff --git a/Tasm.gitignore b/Tasm.gitignore new file mode 100644 index 00000000..07d6fe99 --- /dev/null +++ b/Tasm.gitignore @@ -0,0 +1,11 @@ +# Object Files +*.OBJ + +# List Files +*.LST + +# Map files +*.MAP + +# Executable files +*.EXE From 5774649b8f24d0b53ee72641cd91e8f860b6c896 Mon Sep 17 00:00:00 2001 From: Raphael Schaad Date: Tue, 7 Dec 2010 12:18:54 +0100 Subject: [PATCH 67/74] In Global/OSX.gitignore .DS_Store? didn't match .DS_Store (a question mark (?) matches a single character). --- Global/OSX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 5db64513..4c083a67 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,4 +1,4 @@ -.DS_Store? +.DS_Store Icon? # Thumbnails From 8fd1095933d336a973e89e9545a2cc91d2824e7d Mon Sep 17 00:00:00 2001 From: Marcin Ciunelis Date: Wed, 24 Nov 2010 19:34:00 +0100 Subject: [PATCH 68/74] added pickle generated files --- Rails.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index ecf122a7..eb7bbbcc 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -13,4 +13,5 @@ capybara-*.html /spec/tmp/* **.orig config/*.yml -rerun.txt \ No newline at end of file +rerun.txt +pickle-email-*.html \ No newline at end of file From bf11956a2ad58cb92f9645db8547c82f2c1b1dab Mon Sep 17 00:00:00 2001 From: Nooby Date: Sat, 5 Feb 2011 15:27:05 -0800 Subject: [PATCH 69/74] Ignore Linux hidden files (.*) except .gitignore files. --- Global/Linux.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 0cea6d75..edbe25c0 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,4 +1,5 @@ .* +!.gitignore *~ *.sw[a-p] From 2710fbfff52d508decdc30694c7c95b401decfd9 Mon Sep 17 00:00:00 2001 From: David Moises Paz Reyes Date: Wed, 5 Jan 2011 10:45:40 -0500 Subject: [PATCH 70/74] Added more rules to work as non core drupal developer Only track folder: "sites" exluding the rules stated before. This allow to track only custom modules/themes and/or 3th party modules/themes. --- Drupal.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Drupal.gitignore b/Drupal.gitignore index 13c8ba0b..0c653f29 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -10,6 +10,23 @@ files/ /LICENSE.txt /MAINTAINERS.txt /UPGRADE.txt +robots.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 +cron.php +index.php +install.php +update.php +xmlrpc.php +/includes +/misc +/modules +/profiles +/scripts +/themes + From 05fa33b5548e36d1a0cd6cc2c5f47966d25ab708 Mon Sep 17 00:00:00 2001 From: iven Date: Sat, 18 Dec 2010 13:57:21 +0800 Subject: [PATCH 71/74] Ignore vim session file. --- Global/vim.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index b02c7e00..dfaefc75 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,2 +1,3 @@ .*.sw[a-z] *.un~ +Session.vim From 3970297265a91fc0c0f1e3ea005af12dd4809364 Mon Sep 17 00:00:00 2001 From: Rustam Zagirov Date: Sun, 12 Dec 2010 23:57:31 +0300 Subject: [PATCH 72/74] Adding Yii ignores --- Yii.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Yii.gitignore diff --git a/Yii.gitignore b/Yii.gitignore new file mode 100644 index 00000000..45a9a931 --- /dev/null +++ b/Yii.gitignore @@ -0,0 +1,3 @@ +assets/ +protected/runtime/ +themes/classic/views/ \ No newline at end of file From d5850d466f644a9693b227224cd2921ed543db3e Mon Sep 17 00:00:00 2001 From: Jeremiah Dodds Date: Wed, 8 Dec 2010 09:58:05 -0500 Subject: [PATCH 73/74] Add gitignore for qooxdoo apps --- Qooxdoo.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Qooxdoo.gitignore diff --git a/Qooxdoo.gitignore b/Qooxdoo.gitignore new file mode 100644 index 00000000..d0c64102 --- /dev/null +++ b/Qooxdoo.gitignore @@ -0,0 +1,5 @@ +cache +cache-downloads +inspector +api +source/inspector.html From 0e80099258df03867d28b1ef103f3412cdbca48b Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 21 Feb 2011 18:09:21 -0800 Subject: [PATCH 74/74] Add logs and server.pid Conflicts: PlayFramework.gitignore --- PlayFramework.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index f9762902..26ada5b3 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -9,6 +9,7 @@ db eclipse log logs -server.pid +tmp test-result -tmp \ No newline at end of file +eclipse +server.pid