mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
.gitignore: add some more files/dirs
Ignore some files and directories I typically have around in my development tree. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
e9915dd359
commit
841124a662
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -3,3 +3,8 @@
|
||||||
*.swp
|
*.swp
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
venv/
|
venv/
|
||||||
|
*.sql
|
||||||
|
*.sql.gz
|
||||||
|
static/
|
||||||
|
layers/
|
||||||
|
logs/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user