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.

C 415B

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