Add more git excludes.
This commit is contained in:
parent
b3c1628618
commit
146fbcf4e4
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -52,3 +52,12 @@ docs/_build/
|
|||
|
||||
# PyBuilder
|
||||
target/
|
||||
|
||||
# vim
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# application
|
||||
www/*.html
|
||||
www/hosts/*.html
|
||||
www/network/*.html
|
||||
|
|
Reference in a new issue