Browse Source

add *.pyc to gitignore

pull/1/head
10sr 12 years ago
parent
commit
147a512609
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      gitignore

+ 1
- 0
gitignore View File

@@ -2,6 +2,7 @@
*~ *~
.DS_Store .DS_Store
__pycache__/ __pycache__/
*.pyc


# gnu global # gnu global
GPATH GPATH


Loading…
Cancel
Save