diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-05 17:14:49 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-12-05 17:14:49 -0800 |
| commit | 4a1bbeabc7d002870400bf5c6b274155c46a4d6f (patch) | |
| tree | 2bac761398b2c1cf8a55f1878b4d0be88af18f18 | |
| parent | 19e24d0c45324e56450fb2ff0e3e9b4e325393f1 (diff) | |
| parent | 8935845a8586b9da2572fa352ebb79f7e8959bcb (diff) | |
| download | py-bcrypt-git-4a1bbeabc7d002870400bf5c6b274155c46a4d6f.tar.gz | |
Merge pull request #19 from dstufft/correct-ignore
Fix the syntax of .gitignore
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ __pycache__/ -.py[co] +*.py[co] # Packages *.egg |
