.gitignore 301 B

1234567891011121314151617181920212223242526272829303132333435
  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. .idea
  15. data/
  16. data1/
  17. # Architecture specific extensions/prefixes
  18. *.[568vq]
  19. [568vq].out
  20. bak/
  21. *.log
  22. *.bak
  23. *.exe
  24. *.class
  25. *.tmp
  26. *.png
  27. *.a
  28. *.o
  29. omdb.pid