.gitignore: add additional directories to ignore
Also split into list of global patterns and full paths.
This commit is contained in:
parent
dc1466eeca
commit
ec671ddc04
1 changed files with 6 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,4 +1,9 @@
|
|||
*.rpm
|
||||
*.tar.gz
|
||||
*.egg-info
|
||||
output
|
||||
__pycache__
|
||||
|
||||
/.osbuild
|
||||
/output
|
||||
|
||||
/test/.vagrant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue