.gitignore 211 B

123456789101112131415161718192021222324
  1. # Forget these =P
  2. *~
  3. .DS_Store
  4. Desktop.ini
  5. ehthumbs.db
  6. Thumbs.db
  7. $RECYCLE.BIN/
  8. bin/
  9. _sandbox/
  10. *.sass-cache
  11. output/
  12. # Python
  13. __pycache__/
  14. *.py[cod]
  15. *$py.class
  16. # emacs-ide
  17. .emacs-ide-project*
  18. .emacs.desktop*