Browse Source

Add .dll to .gitignore for builds on Windows.

tags/v0.2
Ben 10 years ago
parent
commit
25a9f4fe32
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitignore

+ 1
- 0
.gitignore View File

@@ -1,5 +1,6 @@
*.pyc
*.so
*.dll
*.egg
*.egg-info
.DS_Store


Loading…
Cancel
Save