narrow root directory excludes in gitignreo
This commit is contained in:
parent
e8a54ad0ef
commit
6ae95d380e
|
@ -1,34 +1,39 @@
|
|||
*.lo
|
||||
*.o
|
||||
*.mode1v3
|
||||
*.pbxuser
|
||||
xcuserdata
|
||||
xcuserdata/*
|
||||
*.xcworkspace/*
|
||||
*.xcworkspace
|
||||
.libs
|
||||
.target_source
|
||||
Makefile
|
||||
config.h
|
||||
config.log
|
||||
config.status
|
||||
keywordhash.h
|
||||
lemon
|
||||
lempar.c
|
||||
libsqlite3.la
|
||||
libtclsqlite3.la
|
||||
libtool
|
||||
mkkeywordhash
|
||||
opcodes.c
|
||||
opcodes.h
|
||||
parse.c
|
||||
parse.h
|
||||
parse.h.temp
|
||||
parse.out
|
||||
parse.y
|
||||
sqlite3
|
||||
sqlite3.c
|
||||
sqlite3.h
|
||||
*.lo
|
||||
*.o
|
||||
tsrc
|
||||
sqlite3.pc
|
||||
testfixture
|
||||
/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
|
||||
|
|
Loading…
Reference in New Issue