forked from sqlcipher/sqlcipher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (63 loc) · 853 Bytes
/
.gitignore
File metadata and controls
63 lines (63 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
*.lo
*.o
*.mode1v3
*.pbxuser
xcuserdata
xcuserdata/*
*.xcworkspace/*
*.xcworkspace
/Makefile
/.libs
/.target_source
/config.h
/config.log
/config.status
/keywordhash.h
/mkkeywordhash*
/opcodes.c
/opcodes.h
/parse.c
/parse.h
/parse.h.temp
/parse.out
/tsrc
/testfixture*
/lemon*
/libtool
/libsqlite3.la
/libtclsqlite3.la
/sqlite3
/sqlite3.c
/sqlite3.h
/lempar.c
/parse.y
/shell.c
/sqlcipher
/sqlite3.pc
/sqlcipher.pc
/sqlite3ext.h
/libsqlcipher.la
/.DS_Store
/bld/tsrc/
/bld/*.c
/bld/*.h
/bld/.target_source
/bld/fts5parse.out
/bld/fts5parse.sql
/bld/fts5parse.y
/bld/lemon.exe
/bld/lemon.ilk
/bld/lemon.obj
/bld/lemon.pdb
/bld/mkkeywordhash.exe
/bld/mkkeywordhash.ilk
/bld/mkkeywordhash.obj
/bld/mkkeywordhash.pdb
/bld/mksourceid.exe
/bld/mksourceid.ilk
/bld/mksourceid.obj
/bld/mksourceid.pdb
/bld/parse.out
/bld/parse.sql
/bld/parse.y
/bld/sqlite3.pdb