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