add .gitignore
This commit is contained in:
parent
43783b00a1
commit
be79771f56
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
build
|
||||
dist
|
||||
oxutils.egg-info
|
||||
ox/__version.py
|
||||
*.pyc
|
||||
*.swp
|
||||
*~
|
||||
MANIFEST
|
Loading…
Reference in a new issue