.gitignore 371 B

1234567891011121314151617181920
  1. # ---> Elisp
  2. # Compiled
  3. *.elc
  4. # Packaging
  5. .cask
  6. # ---> Actionscript
  7. # Build and Release Folders
  8. bin/
  9. bin-debug/
  10. bin-release/
  11. # Other files and folders
  12. .settings/
  13. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  14. # should NOT be excluded as they contain compiler settings and other important
  15. # information for Eclipse / Flash Builder.