Skip to content

Commit bba0534

Browse files
author
kkm
committed
.gitattributess and .gitignore for the windows port
Parent track: 022af81 C 369b3f6 P
1 parent c8bf5c6 commit bba0534

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# On Windows it is important to keep unix-style line endings in all egs/ files.
2+
egs/** eol=lf
3+
4+
# Windows build files fare better when stored in native Windows CR-LF line
5+
# ending format.
6+
msbuild/*.*proj eol=crlf
7+
msbuild/*.targets eol=crlf
8+
msbuild/*.props eol=crlf
9+
msbuild/*.ps1 eol=crlf
10+

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.slo
33
*.lo
44
*.o
5+
*.obj
56

67
# emacs saves
78
[#]*[#]
@@ -10,15 +11,24 @@
1011
# Compiled Dynamic libraries
1112
*.so
1213
*.dylib
14+
*.dll
1315

1416
# Compiled Static libraries
1517
*.lai
1618
*.la
1719
*.a
20+
*.lib
1821

1922
# some weird thing that MacOs creates.
2023
*.dSYM
2124

25+
# Windows executable, symbol and some weird files.
26+
*.exe
27+
*.pdb
28+
*.exp
29+
*.manifest
30+
31+
2232
# /tools/
2333
/tools/ATLAS/
2434
/tools/atlas3.8.3.tar.gz

0 commit comments

Comments
 (0)