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.

20 lines
152 B

  1. ### C PROGRAMMING ###
  2. # Object files
  3. *.o
  4. *.obj
  5. *.elf
  6. # Libraries
  7. *.lib
  8. *.a
  9. *.la
  10. *.lo
  11. # Executables
  12. *.out
  13. ### EDITOR SPECIFIC FILES ###
  14. # Vim
  15. *.swp