.gitignore 499 B

1234567891011121314151617181920212223242526272829303132
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin/
  4. bin-debug/
  5. bin-release/
  6. .
  7. # Other files and folders
  8. .settings/
  9. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  10. # should NOT be excluded as they contain compiler settings and other important
  11. # information for Eclipse / Flash Builder.
  12. # ---> AppEngine
  13. # Google App Engine generated folder
  14. appengine-generated/
  15. # ---> ArchLinuxPackages
  16. *.tar
  17. *.tar.*
  18. *.jar
  19. *.exe
  20. *.msi
  21. *.zip
  22. *.tgz
  23. *.log
  24. *.log.*
  25. *.sig
  26. pkg/
  27. src/