File tree 1 file changed +32
-5
lines changed
1 file changed +32
-5
lines changed Original file line number Diff line number Diff line change
1
+ # ###############################################################################
2
+ # C++
3
+ # ###############################################################################
4
+ # Prerequisites
5
+ * .d
6
+
1
7
# Compiled Object files
2
8
* .slo
3
9
* .lo
4
10
* .o
5
11
* .obj
6
12
13
+ # Precompiled Headers
14
+ * .gch
15
+ * .pch
16
+
7
17
# Compiled Dynamic libraries
8
18
* .so
9
19
* .dylib
10
20
* .dll
11
21
22
+ # Fortran module files
23
+ * .mod
24
+ * .smod
25
+
12
26
# Compiled Static libraries
13
27
* .lai
14
28
* .la
20
34
* .out
21
35
* .app
22
36
23
- # Build
24
- build
37
+ # ###############################################################################
38
+ # IDEs
39
+ # ###############################################################################
40
+
41
+ # Clion
42
+ .idea
43
+
44
+ # Eclipse
45
+ .project
46
+ .cproject
47
+
48
+ # Emacs
49
+ . # *
50
+
51
+ # Qtcreator
52
+ CMakeLists.txt.user
25
53
26
- .vscode
27
- .gitignore
28
- .git *
54
+ # Visual Studio Code
55
+ .vscode
You can’t perform that action at this time.
0 commit comments