diff options
author | dbn <dbn@FreeBSD.org> | 2018-01-04 19:40:48 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2018-01-04 19:40:48 +0800 |
commit | ac3601a7a887c885b9eb50ef6cd76758b74795a5 (patch) | |
tree | 2dc47b28626bc5b4d6cb81dbd8542d22d66b8f60 /.gitignore | |
parent | adc4ca51192def60ba8349ec1eb5fbea94dc851d (diff) | |
download | freebsd-ports-gnome-ac3601a7a887c885b9eb50ef6cd76758b74795a5.tar.gz freebsd-ports-gnome-ac3601a7a887c885b9eb50ef6cd76758b74795a5.tar.zst freebsd-ports-gnome-ac3601a7a887c885b9eb50ef6cd76758b74795a5.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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
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 |