projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fefb62
)
Fix .gitignore to only ignore lib/ and libs/ directories, and only the top-level...
author
Chuck Hagenbuch
<chuck@horde.org>
Fri, 25 Sep 2009 20:15:21 +0000
(16:15 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Fri, 25 Sep 2009 20:15:21 +0000
(16:15 -0400)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
d0e1af5
..
dfade75
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,7
+1,7
@@
*/config/*.php
.DS_Store
-lib
-libs
+/lib/
+/libs/
.cache
.project
.settings