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
This commit is contained in:
David Naylor 2018-01-04 11:40:48 +00:00
parent 9820307457
commit 61ae80cfc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458023

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
/distfiles
/packages
/*/*/Makefile.local
/*/*/work
/*/*/work-*
/INDEX-[0-9]*
*~
*.rej