aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore Makefile.local everywhere.Mathieu Arnold2021-04-061-1/+1
| | | | | There can be Makefile.local at the root level, in the category directories, as well as in ports themselves.
* Add vuln-flat.xml to the ignore list and remove the one committed by accidentRene Ladan2021-04-061-0/+1
|
* Enhance .gitignore, svn:ingore and svn:global-ignoresDavid Naylor2018-01-041-0/+2
| | | | | | | | | | | | | | | | - 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: svn path=/head/; revision=458023
* gitignore add *~, *.{rej,orig}, INDEX and vim swapfilesAlfred Perlstein2015-01-021-0/+5
| | | | | | | | | | | This should make git usage a bit more clean. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D1406 Sponsored by: Norse Notes: svn path=/head/; revision=376072
* - Only ignore top-level distfiles/packages and also ignore work dirsBryan Drewery2014-03-171-3/+3
| | | | | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de> Notes: svn path=/head/; revision=348482
* Add a .gitignore, exported from svn pg svn:ignore.Bryan Drewery2014-03-151-0/+3
Submitted by: veell <dev@veell.net> Submitted at: https://github.com/freebsd/freebsd-ports/pull/7 Notes: svn path=/head/; revision=348322