.gitignore 375 B

123456789101112131415161718192021
  1. # git ls-files --others --exclude-from=.git/info/exclude
  2. # Lines that start with '#' are comments.
  3. # For a project mostly in C, the following would be a good set of
  4. # exclude patterns (uncomment them if you want to use them):
  5. # *.[oa]
  6. # *~
  7. btm43_0113/
  8. gfa_spi/
  9. legacy/
  10. test/
  11. .tmp_versions/
  12. *.bak
  13. *.dwo
  14. *.cmd
  15. *.o
  16. *.ko
  17. !bin/*.ko
  18. *.order
  19. *.mod.c
  20. *.symvers