Update .gitignore
This commit is contained in:
parent
5e4c68e1a2
commit
ba09486f00
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,7 +1,8 @@
|
||||||
sqlcipher/sqlite3.h
|
sqlcipher/sqlite3.h
|
||||||
build/*
|
build/*
|
||||||
dist/*
|
dist/*
|
||||||
sqlcipher3.egg-info/*
|
sqlcipher3_wheels.egg-info/*
|
||||||
_sqlite*.so
|
_sqlite*.so
|
||||||
conan_output/*
|
conan_output/*
|
||||||
__pycache__
|
__pycache__
|
||||||
|
src/sqlcipher/*
|
||||||
Loading…
Add table
Add a link
Reference in a new issue