10000 narrow root directory excludes in gitignreo · magic-coder/sqlcipher@6ae95d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ae95d3

Browse files
committed
narrow root directory excludes in gitignreo
1 parent e8a54ad commit 6ae95d3

File tree

1 file changed

+33
-28
lines changed

1 file changed

+33
-28
lines changed

.gitignore

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,39 @@
1+
*.lo
2+
*.o
13
*.mode1v3
24
*.pbxuser
35
xcuserdata
46
xcuserdata/*
57
*.xcworkspace/*
68
*.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
9+
/Makefile
10+
/.libs
11+
/.target_source
12+
/config.h
13+
/config.log
14+
/config.status
15+
/keywordhash.h
16+
/mkkeywordhash
17+
/opcodes.c
18+
/opcodes.h
19+
/parse.c
20+
/parse.h
21+
/parse.h.temp
22+
/parse.out
23+
/tsrc
24+
/testfixture
25+
/lemon
26+
/libtool
27+
/libsqlite3.la
28+
/libtclsqlite3.la
29+
/sqlite3
30+
/sqlite3.c
31+
/sqlite3.h
32+
/lempar.c
33+
/parse.y
34+
/shell.c
35+
/sqlcipher
36+
/sqlite3.pc
37+
/sqlcipher.pc
38+
/sqlite3ext.h
39+
/libsqlcipher.la

0 commit comments

Comments
 (0)
0