mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
improved .gitignore to ignore downloaded SQLite tarballs and their extracted directories
This commit is contained in:
parent
8e0af257fe
commit
6ebf627ffd
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -10,3 +10,10 @@ dll.*
|
|||
*.def
|
||||
MYMETA.*
|
||||
*~
|
||||
sqlite-3.*
|
||||
sqlite-autoconf-3*
|
||||
sqlite-amalgamation-3.*
|
||||
sqlite.tar.gz
|
||||
foo*
|
||||
tmp/
|
||||
*.pl
|
||||
|
|
Loading…
Add table
Reference in a new issue