Commit Graph

8 Commits

Author SHA1 Message Date
Andriy Gapon
884938e769 add exuberant ctags tags file to gitignore
(cherry picked from commit ace3370392)
2022-01-11 15:25:37 +02:00
Stefan Eßer
bf77fadc22 Revert "bc: Vendor import of Gavin Howard's bc version 3.2.6"
This reverts commit 601ac82194.

Seems that git cherry-pick mis-merges files for this software.
It associates files in completely unrelated sub-trees with same name
files from this package, e.g. README.md and .gitignore.

My attempt to fix the mis-merge was incomplete and wrong.
Therefore I'm reverting the commit that as a result of my failed
attempt at conflict resolution lead to README.md and .gitignore
in the top source directory to be deleted.

This mistake has been carried over to releng/13.0, which now
also lacks README.md and .gitignore in /usr/src.

I'll try to re-apply the failed commit over the next hours and to get
the fix merged to releng/13.0 with re approval.
2021-02-05 20:53:34 +01:00
Stefan Eßer
601ac82194 bc: Vendor import of Gavin Howard's bc version 3.2.6
(cherry picked from commit 47a52dc4d4)
2021-02-03 11:37:34 +01:00
Roger Pau Monné
a67522b22d gitignore: expand list of ignored files
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
2021-01-14 17:03:57 +01:00
Warner Losh
a21d9b36a1 Stop ignoring makeLINT generated files
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
2020-10-09 00:27:45 +00:00
Conrad Meyer
d52a918e3f .gitignore: Add LINT kernel configurations generated into SRCDIR 2019-08-10 18:22:22 +00:00
Bryan Drewery
eedfb878c9 Ignore _.universe-toolchain file.
MFC after:	3 weeks
X-MFC-with:	r335711
2018-07-01 13:50:37 +00:00
Eitan Adler
15e8779b1b .git*: add gitattributes and gitignore
For users of the git mirrors, lets provide useful git configuration
files.
2017-12-25 21:07:54 +00:00