.git*: add gitattributes and gitignore

For users of the git mirrors, lets provide useful git configuration
files.
This commit is contained in:
Eitan Adler 2017-12-25 21:07:54 +00:00
parent 8ba749fbe3
commit 15e8779b1b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327183
2 changed files with 23 additions and 0 deletions

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
*.c diff=cpp
*.h diff=cpp
*.cpp diff=cpp
*.hpp diff=cpp
*.py diff=python

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
_.tinderbox.*
_.amd64.*
_.arm.*
_.arm64.*
_.i386.*
_.ia64.*
_.mips.*
_.pc98.*
_.powerpc.*
_.riscv.*
_.sparc64.*
_.sun4v.*
GPATH
GRTAGS
GTAGS
ID
cscope.out
?cscope.out