-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitattributes
45 lines (36 loc) · 1.12 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# General configuration file types
.clang-format text
.gitattributes text
.gitignore text
*.csv text
*.el text
*.pro text
*.sh text eol=lf
CMakeLists.txt text diff=cmake
AUTHORS text diff=astextplain
COPYING text diff=astextplain
*.cpp text diff=cpp
*.h text diff=cpp
*.json text diff=json
*.lua text diff=lua
*.md text diff=markdown
*.pl text diff=perl
*.py text diff=python
# Tiled map (tmx) and tileset (tsx) files.
# It appears to read both CRLF and LF fine, but saves out with CRLF.
*.tmx text eol=crlf diff=xml
*.tsx text eol=crlf diff=xml
*.xml text diff=xml
*.mon text
# Music files
*.mod binary
*.s3m binary
*.wav binary
*.xm binary
# Image files
*.ico binary
*.png binary
*.xcf binary
# Allegro data files
*.dat binary
*.kq binary