aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2015-01-02 22:15:41 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2015-01-02 22:15:41 +0000
commiteaee7c7cc941451682e9e884729cf1e23f955b17 (patch)
tree6fdc87a0ef095c2329f0f9008c2860d260b123f1 /.gitignore
parent686af54de607b54b76ac74c07edd106c7baeafad (diff)
downloadports-eaee7c7cc941451682e9e884729cf1e23f955b17.tar.gz
ports-eaee7c7cc941451682e9e884729cf1e23f955b17.zip
gitignore add *~, *.{rej,orig}, INDEX and vim swapfiles
This should make git usage a bit more clean. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D1406 Sponsored by: Norse
Notes
Notes: svn path=/head/; revision=376072
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 27289f7ea200..13ad354b5b2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,8 @@
/distfiles
/packages
/*/*/work
+/INDEX-[0-9]*
+*~
+*.rej
+*.orig
+*.sw[p-z]