123456789101112131415161718192021 |
- # git ls-files --others --exclude-from=.git/info/exclude
- # Lines that start with '#' are comments.
- # For a project mostly in C, the following would be a good set of
- # exclude patterns (uncomment them if you want to use them):
- # *.[oa]
- # *~
- btm43_0113/
- gfa_spi/
- legacy/
- test/
- .tmp_versions/
- *.bak
- *.dwo
- *.cmd
- *.o
- *.ko
- !bin/*.ko
- *.order
- *.mod.c
- *.symvers
|