.gitignore: Ignore swp files
...and many other hidden or temporary files besides. Change-Id: I7ef2591ff4871cf323dea4e6d730ad1931e105c0
This commit is contained in:
parent
3abbb3345a
commit
27c839d814
21
.gitignore
vendored
21
.gitignore
vendored
@ -1,6 +1,21 @@
|
||||
build
|
||||
*.DS_Store
|
||||
*.egg*
|
||||
*.log
|
||||
*.mo
|
||||
*.pyc
|
||||
.eggs
|
||||
*.egg-info
|
||||
*.swo
|
||||
*.swp
|
||||
*.sqlite
|
||||
*~
|
||||
.autogenerated
|
||||
.coverage
|
||||
.nova-venv
|
||||
.project
|
||||
.pydevproject
|
||||
.ropeproject
|
||||
.testrepository/
|
||||
.tox
|
||||
.stestr
|
||||
.idea
|
||||
.venv
|
||||
build
|
||||
|
Loading…
x
Reference in New Issue
Block a user