.gitignore 277 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Object files
  2. *.o
  3. *.ko
  4. *.obj
  5. *.elf
  6. # Precompiled Headers
  7. *.gch
  8. *.pch
  9. # Libraries
  10. *.lib
  11. *.a
  12. *.la
  13. *.lo
  14. # Shared objects (inc. Windows DLLs)
  15. *.dll
  16. *.so
  17. *.so.*
  18. *.dylib
  19. # Executables
  20. *.exe
  21. *.out
  22. *.app
  23. *.i*86
  24. *.x86_64
  25. *.hex
  26. # Debug files
  27. *.dSYM/
  28. # Compiled output
  29. penxortouch