lisp but crispier
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.

55 lines
440B

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