瀏覽代碼

added git ignore file

Daniel-Constantin Mierla 9 年之前
父節點
當前提交
fabd8fcb42
共有 1 個文件被更改,包括 29 次插入0 次删除
  1. 29 0
      .gitignore

+ 29 - 0
.gitignore

@@ -0,0 +1,29 @@
+#Temporary files
+.*.swp
+.*.swo
+*~
+.#*
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex