Browse Source

init

tags/v1.0.0
Robin Thoni 7 years ago
commit
d6e219d789
1 changed files with 35 additions and 0 deletions
  1. 35
    0
      .gitignore

+ 35
- 0
.gitignore View File

@@ -0,0 +1,35 @@
1
+/tests/docker
2
+/cmake-build-*
3
+
4
+/.idea
5
+/build
6
+*.swp
7
+
8
+# Compiled Object files
9
+*.slo
10
+*.lo
11
+*.o
12
+*.obj
13
+
14
+# Precompiled Headers
15
+*.gch
16
+*.pch
17
+
18
+# Compiled Dynamic libraries
19
+*.so
20
+*.dylib
21
+*.dll
22
+
23
+# Fortran module files
24
+*.mod
25
+
26
+# Compiled Static libraries
27
+*.lai
28
+*.la
29
+*.a
30
+*.lib
31
+
32
+# Executables
33
+*.exe
34
+*.out
35
+*.app

Loading…
Cancel
Save