aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2018-01-04 11:40:48 +0000
committerDavid Naylor <dbn@FreeBSD.org>2018-01-04 11:40:48 +0000
commit61ae80cfc2a4fa03a96b5c05dd6f7f15c5122c3c (patch)
tree2dc47b28626bc5b4d6cb81dbd8542d22d66b8f60 /.gitignore
parent982030745712cac084e7858b01ee2b73b097edd8 (diff)
downloadports-61ae80cfc2a4fa03a96b5c05dd6f7f15c5122c3c.tar.gz
ports-61ae80cfc2a4fa03a96b5c05dd6f7f15c5122c3c.zip
Enhance .gitignore, svn:ingore and svn:global-ignores
- Ignore working directories (and the flavored versions) - Ignore Makefile.local files - Synchronize the ignored files/directories between git and subversion NOTE: it was intentional to _not_ ignore .git and .svn directories in subversion and git respectively, as a dual checkout of the Ports tree is not supported. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D10698
Notes
Notes: svn path=/head/; revision=458023
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 13ad354b5b2b..681e99f1a2b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
/distfiles
/packages
+/*/*/Makefile.local
/*/*/work
+/*/*/work-*
/INDEX-[0-9]*
*~
*.rej