.gitignore 451 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. .deps
  42. /sdfgen
  43. # saved sdf font data
  44. *.sdf
  45. *.json
  46. *.png