.gitignore 312 B

12345678910111213141516171819202122232425262728293031
  1. tests/simple/hmdtest
  2. tests/opengl/hmd-opengl
  3. tests/unittests/unittests
  4. *.exe
  5. *.dll
  6. *.o
  7. *.lo
  8. *.a
  9. *.la
  10. *.libs
  11. *.deps
  12. *~
  13. .cproject
  14. .project
  15. build/
  16. # Files generated by autoconf
  17. Makefile.in
  18. aclocal.m4
  19. ar-lib
  20. autom4te.cache/
  21. compile
  22. config.guess
  23. config.h.in
  24. config.sub
  25. configure
  26. depcomp
  27. install-sh
  28. ltmain.sh
  29. missing