From cb9fac4334879aab6c26406fe91aeba2273b9d5f Mon Sep 17 00:00:00 2001 From: Daniel Schildt Date: Sat, 13 Nov 2010 04:58:29 +0800 Subject: [PATCH 1/8] 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 2/8] 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 3/8] 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 4/8] 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 5/8] 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 6/8] 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 7/8] 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 8/8] 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