]> jfr.im git - irc/kvirc/KVIrc.git/blame - .gitattributes
Make macos dmg nightlies more orderable (#2560)
[irc/kvirc/KVIrc.git] / .gitattributes
CommitLineData
9298ee49 1* text=auto
2ecd28f5
BS
2
3# These files are text and should be normalized
4*.gitattributes text
5.gitignore text
6*.md text
7
8# Compiled Object files
9*.slo binary
10*.lo binary
11*.o binary
12*.obj binary
13
14# Precompiled Headers
15*.gch binary
16*.pch binary
17
18# Compiled Dynamic libraries
19*.so binary
20*.dylib binary
21*.dll binary
22
23# Compiled Static libraries
24*.lai binary
25*.la binary
26*.a binary
27*.lib binary
28
29# Executables
30*.exe binary
31*.out binary
32*.app binary
33
34# Misc
35*.dat binary