From 2389c0fd5f6bae04dafd39b663f9bc0987a58427 Mon Sep 17 00:00:00 2001 From: Sepehr Lajevardi Date: Sun, 21 Nov 2010 07:44:08 +0800 Subject: [PATCH 01/18] 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 02/18] 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 03/18] 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 04/18] 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 05/18] 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 06/18] 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 07/18] 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 08/18] 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 09/18] 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 10/18] 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 11/18] 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 12/18] 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 13/18] 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 14/18] 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 15/18] 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 16/18] 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 17/18] 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 18/18] 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-*