Browse Source

Removed pyc files and added gitignore

main
Lakshmi Vyasarajan 14 years ago
parent
commit
d630d77671
4 changed files with 11 additions and 0 deletions
  1. +11
    -0
      .gitingore
  2. BIN
      hyde/__init__.pyc
  3. BIN
      hyde/fs.pyc
  4. BIN
      hyde/tests/test_fs.pyc

+ 11
- 0
.gitingore View File

@@ -0,0 +1,11 @@
*~
*.pyc
.DS_Store
deploy/*
*.cprof
*.profile
*.log
pylint*
*.tmproj
test_site


BIN
hyde/__init__.pyc View File


BIN
hyde/fs.pyc View File


BIN
hyde/tests/test_fs.pyc View File


Loading…
Cancel
Save