aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: expand list of ignored filesRoger Pau Monné2021-01-141-1/+9
| | | | | | | | | | | | | | Add the *.swp and *~ pattern for vim temporary files. Expand the cscope ones to include all files possibly generated by cscope and also add some known object formats. Also remove the leading '?' from cscope.out, or else it doesn't match the cscope.out file generated by default (as it expects an extra character in front). Reviewed by: gjb, uqs, lwhsu Sponsored by: Citrix Systems R&D Differential Revision: https://reviews.freebsd.org/D28095
* Stop ignoring makeLINT generated filesWarner Losh2020-10-091-16/+0
| | | | | | | | | | | | We're going to check these files in shortly since we don't need to generate them anymore. Generated files cause issues for different work flows anyway. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D26540 Notes: svn path=/head/; revision=366556
* .gitignore: Add LINT kernel configurations generated into SRCDIRConrad Meyer2019-08-101-0/+16
| | | | Notes: svn path=/head/; revision=350843
* Ignore _.universe-toolchain file.Bryan Drewery2018-07-011-0/+1
| | | | | | | | MFC after: 3 weeks X-MFC-with: r335711 Notes: svn path=/head/; revision=335840
* .git*: add gitattributes and gitignoreEitan Adler2017-12-251-0/+18
For users of the git mirrors, lets provide useful git configuration files. Notes: svn path=/head/; revision=327183