.gitignore 384 B

1234567891011121314151617181920
  1. # ---> Ada
  2. # Object file
  3. *.o
  4. # Ada Library Information
  5. *.ali
  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.