diff options
author | Donald Stufft <donald@stufft.io> | 2013-05-10 22:25:18 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-05-10 22:25:18 -0400 |
commit | 166e4f35f920bfabfb8037eb4eb982cec0e5368c (patch) | |
tree | 55f9d37c09c5f829ab5e53b8862e0ef70405198d | |
parent | 5d29c5b78c9e6781b99ac6266203da005febeb12 (diff) | |
download | py-bcrypt-git-166e4f35f920bfabfb8037eb4eb982cec0e5368c.tar.gz |
Add __pycache__ to the ignore and remove some unneeded ignores
-rw-r--r-- | .gitignore | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,3 +1,4 @@ +__pycache__/ .py[co] # Packages @@ -16,9 +17,6 @@ develop-eggs # Installer logs pip-log.txt -# Installer lock files -Gemfile.lock - # Unit test / coverage reports .coverage .tox @@ -26,9 +24,3 @@ Gemfile.lock #Translations *.mo - -# SASS cache -.sass-cache - -# Ignore the typical config file -config.yaml |