File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 2
2
* .slo
3
3
* .lo
4
4
* .o
5
+ * .obj
5
6
6
7
# emacs saves
7
8
[# ]* [# ]
10
11
# Compiled Dynamic libraries
11
12
* .so
12
13
* .dylib
14
+ * .dll
13
15
14
16
# Compiled Static libraries
15
17
* .lai
16
18
* .la
17
19
* .a
20
+ * .lib
18
21
19
22
# some weird thing that MacOs creates.
20
23
* .dSYM
21
24
25
+ # Windows executable, symbol and some weird files.
26
+ * .exe
27
+ * .pdb
28
+ * .exp
29
+ * .manifest
30
+
31
+
22
32
# /tools/
23
33
/tools /ATLAS /
24
34
/tools /atlas3.8.3.tar.gz
You can’t perform that action at this time.
0 commit comments