فهرست منبع

Update .gitignore to include original entries

Saša Barišić 8 سال پیش
والد
کامیت
cfbff1100d
1فایلهای تغییر یافته به همراه58 افزوده شده و 0 حذف شده
  1. 58 0
      .gitignore

+ 58 - 0
.gitignore

@@ -250,3 +250,61 @@ paket-files/
 # JetBrains Rider
 .idea/
 *.sln.iml
+
+#################################### Edit after this line, ^ upper part is the visual studio template
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Precompiled Headers
+*.gch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+gravity
+unittest
+
+# Debug files
+*.dSYM/
+*.su
+
+## Build generated
+build/
+DerivedData/
+
+## Various settings
+*.pbxuser
+!default.pbxuser
+*.mode1v3
+!default.mode1v3
+*.mode2v3
+!default.mode2v3
+*.perspectivev3
+!default.perspectivev3
+xcuserdata/
+
+## Other
+*.moved-aside
+*.xccheckout
+*.xcscmblueprint
+*.xcuserstate