Skip to content

Commit

Permalink
Updated git ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Jan 13, 2018
1 parent 7cef2a8 commit be599b4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ __pycache__/
*.so

# Distribution / packaging
./.Python
./env/
./build/
./develop-eggs/
./dist/
./downloads/
./eggs/
./.eggs/
./lib/
./lib64/
./parts/
./sdist/
./var/
./.installed.cfg
./MANIFEST
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down

0 comments on commit be599b4

Please sign in to comment.