Some dirs should only be ignored at the top level
Only ignore config, blib, pm_to_blib, cover_db at the top level. Ignore any file (or more likely symlink) at the top level named config. (This is so you can symlink config -> config.sample/)
This commit is contained in:
parent
eb27828f8b
commit
b93608f27a
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,10 +1,11 @@
|
||||
config/
|
||||
pm_to_blib
|
||||
blib/
|
||||
/config
|
||||
/config/
|
||||
/pm_to_blib
|
||||
/blib/
|
||||
Makefile
|
||||
Makefile.[a-z]*
|
||||
|
||||
*~
|
||||
*.bak
|
||||
|
||||
cover_db/
|
||||
/cover_db/
|
||||
|
Loading…
Reference in New Issue
Block a user