Add some more files to ignore in .gitignore
This commit is contained in:
parent
79ecf027dd
commit
181e191fee
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,7 +1,8 @@
|
|||
.*
|
||||
!.gitignore
|
||||
*.pyc
|
||||
.*.swp
|
||||
*~
|
||||
*.py[co]
|
||||
.*.sw[po]
|
||||
*.egg
|
||||
docs/.build
|
||||
docs/_build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue