Skip to content

Commit

Permalink
Enhance .gitignore, svn:ingore and svn:global-ignores
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
DragonSA committed Jan 4, 2018
1 parent 9820307 commit 61ae80c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/distfiles
/packages
/*/*/Makefile.local
/*/*/work
/*/*/work-*
/INDEX-[0-9]*
*~
*.rej
Expand Down

0 comments on commit 61ae80c

Please sign in to comment.