Skip to content

Commit 37f4849

Browse files
committed
ignore build artifacts
1 parent 58980b9 commit 37f4849

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,31 @@ xcuserdata
44
xcuserdata/*
55
*.xcworkspace/*
66
*.xcworkspace
7+
.libs
8+
.target_source
9+
Makefile
10+
config.h
11+
config.log
12+
config.status
13+
keywordhash.h
14+
lemon
15+
lempar.c
16+
libsqlite3.la
17+
libtclsqlite3.la
18+
libtool
19+
mkkeywordhash
20+
opcodes.c
21+
opcodes.h
22+
parse.c
23+
parse.h
24+
parse.h.temp
25+
parse.out
26+
parse.y
27+
sqlite3
28+
sqlite3.c
29+
sqlite3.h
30+
*.lo
31+
*.o
32+
tsrc
33+
sqlite3.pc
34+
testfixture

0 commit comments

Comments
 (0)