소스 검색

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