QlowB 6 лет назад
Родитель
Сommit
5eb15bdf94
1 измененных файлов с 33 добавлено и 0 удалено
  1. 33 0
      src/.gitignore

+ 33 - 0
src/.gitignore

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