diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2018-01-06 05:00:36 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2018-01-06 05:00:36 +0000 |
commit | 2ae788bc9b1b530e31afba4621060eac39e7e1f4 (patch) | |
tree | e38dcce5f0579046096451217ba1fab9253ed150 /.gitignore | |
parent | 672fef66354b1cb26c817d128f5a8cf373320d71 (diff) | |
download | src-2ae788bc9b1b530e31afba4621060eac39e7e1f4.tar.gz src-2ae788bc9b1b530e31afba4621060eac39e7e1f4.zip |
MFC r327183:
.git*: add gitattributes and gitignore
For users of the git mirrors, lets provide useful git configuration
files.
Notes
Notes:
svn path=/stable/11/; revision=327609
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..26a1bb9d1934 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +_.tinderbox.* +_.amd64.* +_.arm.* +_.arm64.* +_.i386.* +_.ia64.* +_.mips.* +_.pc98.* +_.powerpc.* +_.riscv.* +_.sparc64.* +_.sun4v.* +GPATH +GRTAGS +GTAGS +ID +cscope.out +?cscope.out |