mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-22 03:51:21 +00:00
- add .gitattributes
This commit is contained in:
parent
33fdfcc46d
commit
1e5e6082dd
1 changed files with 29 additions and 0 deletions
29
.gitattributes
vendored
Normal file
29
.gitattributes
vendored
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
*.h text
|
||||||
|
*.c text
|
||||||
|
*.cc text
|
||||||
|
*.cpp text
|
||||||
|
*.mm text
|
||||||
|
*.lemon text
|
||||||
|
*.y text
|
||||||
|
*.re text
|
||||||
|
*.i text
|
||||||
|
*.asm text
|
||||||
|
*.S text
|
||||||
|
|
||||||
|
*.acs text
|
||||||
|
|
||||||
|
*.vcproj text
|
||||||
|
*.sln text
|
||||||
|
*.bat text
|
||||||
|
*.rc text
|
||||||
|
|
||||||
|
*.txt text
|
||||||
|
language.* text
|
||||||
|
|
||||||
|
*.png binary
|
||||||
|
*.imgz binary
|
||||||
|
*.lmp binary
|
||||||
|
*.flac binary
|
||||||
|
*.dat binary
|
Loading…
Reference in a new issue