henry 5 년 전
커밋
ebd3129383
1개의 변경된 파일50개의 추가작업 그리고 0개의 파일을 삭제
  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
+