Skip to content

Commit

Permalink
.gitignore: prevent accidently add build artifacts
Browse files Browse the repository at this point in the history
Add more patterns to .gitignore to avoid adding configure/build/test etc.
artifacts by accident.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
  • Loading branch information
rehsack committed Jun 2, 2017
1 parent 92e4737 commit b172790
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
MooX-Options-*
xt/perltidy.rc
*.LOG
MANIFEST
MYMETA.*
Makefile
blib/
cover_db/
pm_to_blib

0 comments on commit b172790

Please sign in to comment.