Skip to content

Commit cfbc104

Browse files
committed
modify .gitignore.
1 parent 2ec5eba commit cfbc104

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@
2222
*.x86_64
2323
*.hex
2424

25+
# misc
26+
GPATH
27+
GRTAGS
28+
GTAGS
29+
TAGS
30+
gtags.conf
31+
*~
32+
\#*\#
33+
34+
#mac
35+
.DS_Store
36+
37+
#win
38+
Thumbs.db
39+
40+
# files
2541
Makefile
2642
Makefile.in
2743
autom4te.cache/
@@ -59,3 +75,7 @@ src/verifier/nc_parser.*
5975
src/verifier/nc_parser.h
6076
src/verifier/propsym_lexer.*
6177
src/verifier/propsym_parser.*
78+
src/utility/.deps
79+
src/verifier/.deps
80+
third_party/google-perftools-1.8.3/.deps
81+
third_party/zdelta-2.1/.deps

0 commit comments

Comments
 (0)