Skip to content

Commit

Permalink
gitignore add *~, *.{rej,orig}, INDEX and vim swapfiles
Browse files Browse the repository at this point in the history
This should make git usage a bit more clean.

Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D1406
Sponsored by: Norse
  • Loading branch information
splbio committed Jan 2, 2015
1 parent bf08a7d commit cf2316f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -1,3 +1,8 @@
/distfiles
/packages
/*/*/work
/INDEX-[0-9]*
*~
*.rej
*.orig
*.sw[p-z]

0 comments on commit cf2316f

Please sign in to comment.