.gitignore 414 B

12345678910111213141516171819
  1. # ---> Anjuta
  2. # Local configuration folder and symbol database
  3. /.anjuta/
  4. /.anjuta_sym_db.db
  5. # ---> Actionscript
  6. # Build and Release Folders
  7. bin/
  8. bin-debug/
  9. bin-release/
  10. # Other files and folders
  11. .settings/
  12. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  13. # should NOT be excluded as they contain compiler settings and other important
  14. # information for Eclipse / Flash Builder.