Adding general .gitignore file.
This provides blocking for most temporary and python-specific files.
This commit is contained in:
parent
7493c64c9b
commit
ed2be0e297
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# Temporary files.
|
||||
*.pyc
|
||||
*.swp
|
||||
*~
|
||||
.coverage
|
||||
|
||||
# Build remnants.
|
||||
dist
|
||||
build
|
||||
_build
|
||||
*.egg-info
|
||||
|
||||
# Auto-generated files.
|
||||
MANIFEST
|
Loading…
x
Reference in New Issue
Block a user