Skip to content

Commit

Permalink
update gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jul 4, 2017
1 parent 9147010 commit be13c6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ Dockerfile text eol=lf
*.pyc binary
*.pdf binary
*.db binary
*.xz binary
*.xz binary
*.whl binary
*.pex binary
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Ignore comments file
todo.txt
# Ignore pycharms project files
.idea
# Ignore compiled Python scripts
*.pyc
# Ignore virtualenv environment
venv

# Ignore all log files
*.log

0 comments on commit be13c6c

Please sign in to comment.