Update .gitignore
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 24 Dec 2009 04:42:05 +0000 (21:42 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 24 Dec 2009 04:42:05 +0000 (21:42 -0700)
.gitignore

index 68cd077..f9eaec1 100644 (file)
@@ -1,17 +1,20 @@
-*/config/*.php
 .DS_Store
-/lib/
 .cache
 .project
 .settings
+.buildpath
 *~
 .#*
 *.orig
 *.rej
 
+# Ignore locally defined config
+*/config/*.php
+
+# Application specific excludes
+framework/bin/*.conf
+
 !horde/config/nls.php
 horde/config/registry.d/*.php
 horde/libs/
 horde/static/*.*
-
-framework/bin/*.conf