From 284f9fc38ee7bbbe673814d3c2d8dc5b5a19b5c0 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Fri, 12 Nov 2010 22:58:29 +0200 Subject: [PATCH 01/14] 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 02/14] 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 03/14] 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 04/14] 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 05/14] 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 06/14] 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 8be76178729d8c41272e14ea9d257ce268cc3e32 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Tue, 23 Nov 2010 00:22:52 +0200 Subject: [PATCH 07/14] 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 fb8ad2e87b6f3f714278dcdcf71982582ad1b415 Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Tue, 23 Nov 2010 08:40:50 +0200 Subject: [PATCH 08/14] 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 d4fb0f1cd0aae58e360214fc3fa2f5ccecc7991c Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 14 Dec 2010 00:49:29 +0800 Subject: [PATCH 09/14] 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 10/14] 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 11/14] 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 12/14] 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 13/14] 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 14/14] .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