henry 5 lat temu
commit
ebd3129383
1 zmienionych plików z 50 dodań i 0 usunięć
  1. 50 0
      .gitignore

+ 50 - 0
.gitignore

@@ -0,0 +1,50 @@
+### git's track ignore file-list.
+### vim
+*.swp
+*.swo
+*~
+
+### ctags
+tags
+
+### cscope
+cscope.in.out
+cscope.out
+cscope.po.out
+
+### Source Insight
+*.IAB
+*.IAD
+*.IMB
+*.IMD
+*.PFI
+*.PO
+*.PR
+*.PRI
+*.PS
+*.WK3
+*.SearchResults
+
+### SlickEdit
+*.vpwhist
+*.vtg
+*.vpj
+*.vpw
+
+### Goland(Gogland)
+.idea/
+
+!.gitignore
+!.gitmodules
+
+
+# Other ignore the trace files
+#*.o
+#*.a
+#*.bak
+#*~
+#*.so
+#*.log
+#*.gz
+#*.bz2
+