소스 검색

gitignore

master
Robin Thoni 9 년 전
부모
커밋
7836c54071
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16
    0
      .gitignore

+ 16
- 0
.gitignore 파일 보기

@@ -0,0 +1,16 @@
1
+Makefile
2
+Makefile.in
3
+
4
+/config.*
5
+/src/mfcuk
6
+/src/.deps
7
+/src/*.o
8
+
9
+/autom4te.cache
10
+/aclocal.m4
11
+/compile
12
+/configure
13
+/depcomp
14
+/install-sh
15
+/missing
16
+/stamp-h1

Loading…
취소
저장