Skip to content

Commit

Permalink
Add a gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Corkindale committed Aug 4, 2014
1 parent 0505a0a commit 636e54e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
/Makefile
/Makefile.old
/blib/
/pm_to_blib
/META.yml
/MYMETA.*
/inc/
._*
.DS_Store
.*.swp

0 comments on commit 636e54e

Please sign in to comment.