You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
563 B

11 months ago
  1. **/.idea/**
  2. cmake*/**
  3. CMakeLists.txt
  4. **/cmake-build*/**
  5. target/**
  6. *.swp
  7. .vscode
  8. .idea
  9. cmake-build-debug
  10. past
  11. CMakeLists.txt
  12. toDo.md
  13. # Prerequisites
  14. *.d
  15. # Object files
  16. *.o
  17. *.ko
  18. *.obj
  19. *.elf
  20. # Linker output
  21. *.ilk
  22. *.map
  23. *.exp
  24. # Precompiled Headers
  25. *.gch
  26. *.pch
  27. # Libraries
  28. *.lib
  29. *.a
  30. *.la
  31. *.lo
  32. # Shared objects (inc. Windows DLLs)
  33. *.dll
  34. *.so
  35. *.so.*
  36. *.dylib
  37. # Executables
  38. *.exe
  39. *.out
  40. *.app
  41. *.i*86
  42. *.x86_64
  43. *.hex
  44. # Debug files
  45. *.dSYM/
  46. *.su
  47. *.idb
  48. *.pdb
  49. # Kernel Module Compile Results
  50. *.mod*
  51. *.cmd
  52. .tmp_versions/
  53. modules.order
  54. Module.symvers
  55. Mkfile.old
  56. dkms.conf