Skip to content

Commit

Permalink
Git ignore and attributes files
Browse files Browse the repository at this point in the history
  • Loading branch information
TJC committed Mar 17, 2011
1 parent b5b4657 commit 752ae3d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
@@ -0,0 +1,6 @@
*.pm text
*.pl text
*.t text
README text
Makefile.PL text
Changes text
14 changes: 14 additions & 0 deletions .gitignore
@@ -0,0 +1,14 @@
# 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
/blib/
/pm_to_blib
META.yml
/inc/
._*
.DS_Store
.*.swp

0 comments on commit 752ae3d

Please sign in to comment.