.gitignore 498 B

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