repositories
/
TD_C.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d6570d
)
Refine .gitignore
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 22 Aug 2017 19:14:32 +0000
(21:14 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 22 Aug 2017 19:14:32 +0000
(21:14 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index c8399954c3a6fc086e9138b042e4cf3ef08010e1..3f2de3a4b0d69474a0a7854b4d27853e74aa06f9 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,7
+1,8
@@
-exo?
+exo[[:digit:]]
+!exo[[:digit:]]/
*.static
*.dynamic
-# for cygwin
+# for cygwin
*.exe
*.o
@@
-9,7
+10,7
@@
exo?
*.so
*.dylib
*.a
-# for cygwin
+# for cygwin
*.dll
*.dll.a