1
0
Benno Evers 10 жил өмнө
commit
2d7d532ccb
1 өөрчлөгдсөн 28 нэмэгдсэн , 0 устгасан
  1. 28 0
      .gitignore

+ 28 - 0
.gitignore

@@ -0,0 +1,28 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app