Adds .gitignore file
Change-Id: I3945a7427811003b9d9a8b0554a030292a74b950
This commit is contained in:
parent
f21687ecaf
commit
1122488e12
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
#swap file
|
||||
*.swp
|
||||
|
||||
#IntelJ Idea
|
||||
.idea/
|
||||
|
||||
#virtualenv
|
||||
.venv/
|
||||
|
||||
#Build results
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
*.egg
|
||||
eggs/
|
||||
.eggs/
|
||||
develop-eggs/
|
||||
.tox
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
.testrepository
|
||||
.coverage
|
||||
cover
|
||||
|
||||
#Python
|
||||
*.pyc
|
Loading…
Reference in New Issue
Block a user