.gitignore 670 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. *.kate-swp
  2. # Object files
  3. *.o
  4. *.ko
  5. *.obj
  6. *.elf
  7. # Precompiled Headers
  8. *.gch
  9. *.pch
  10. # Libraries
  11. *.lib
  12. *.a
  13. *.la
  14. *.lo
  15. # Shared objects (inc. Windows DLLs)
  16. *.dll
  17. *.so
  18. *.so.*
  19. *.dylib
  20. # Executables
  21. *.exe
  22. *.out
  23. *.app
  24. *.i*86
  25. *.x86_64
  26. *.hex
  27. # Debug files
  28. *.dirstamp
  29. *.dSYM/
  30. /autom4te.cache
  31. /aclocal.m4
  32. /m4
  33. /compile
  34. /configure
  35. /depcomp
  36. /install-sh
  37. /missing
  38. /stamp-h1
  39. /configure.scan
  40. Makefile.in
  41. Makefile
  42. .deps
  43. /config.*
  44. /settings.ini
  45. /src/glmv
  46. # ignore the external libs for now, i'll figure something out later for it
  47. /src/c3dlas
  48. #/src/text #merged into this project for now
  49. /src/fxml
  50. # these are not build files
  51. !/assets/**/*.obj
  52. # saved sdf font data
  53. *.sdf
  54. sdf.png