projects
/
perl
/
modules
/
IPC-MorseSignals.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9370c8d
)
Update .gitignore
author
Vincent Pit <vince@profvince.com>
Sat, 5 Jul 2008 21:38:47 +0000 (23:38 +0200)
committer
Vincent Pit <vince@profvince.com>
Sat, 5 Jul 2008 21:38:47 +0000 (23:38 +0200)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 56c9c57afd94747b2bf1b28b43b1989ab975546d..235f48dafefedd2a846e443baa243144e5cae026 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,7
+1,8
@@
blib*
pm_to_blib*
-Makefile{,.old}
+Makefile
+Makefile.old
Build
_build*
@@
-9,8
+10,14
@@
_build*
IPC-MorseSignals-*
core.*
-*.{c,o,so,bs,out,def,exp}
+*.[co]
+*.so
+*.bs
+*.out
+*.def
+*.exp
cover_db
-*.{gcda,gcov,gcno}
-
+*.gcda
+*.gcov
+*.gcno