.gitignore 277 B

1234567891011121314151617181920212223242526272829303132
  1. *
  2. !*.*
  3. !*/
  4. !Makefile
  5. .*
  6. .*/
  7. !.gitignore
  8. *.code-workspace
  9. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  10. *.iml
  11. # Folders
  12. _obj
  13. _test
  14. _logs
  15. # Architecture specific extensions/prefixes
  16. bin/
  17. bak/
  18. *.log
  19. *.bak
  20. *.zip
  21. *.exe
  22. *.class
  23. *.tmp
  24. *.png
  25. *.a
  26. *.o
  27. omdb.pid