Forgot the gitignore.
This commit is contained in:
parent
b4ff44788a
commit
23def1ac97
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
.*.sw*
|
||||||
|
.DS_Store
|
||||||
|
*.sqlite3
|
||||||
|
*.sqlite3-wal
|
||||||
|
*.sqlite3-shm
|
||||||
|
debug
|
||||||
|
coverage/
|
||||||
|
.coverage
|
||||||
|
builddir
|
||||||
|
subprojects
|
Loading…
Add table
Add a link
Reference in a new issue