.git*: add gitattributes and gitignore
For users of the git mirrors, lets provide useful git configuration files.
This commit is contained in:
parent
8ba749fbe3
commit
15e8779b1b
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal 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
18
.gitignore
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user