123456789101112131415161718192021222324252627282930313233343536 |
- #
- # Never ignore these
- #
- !.gitignore
- #
- # Generated files
- #
- *.os
- *.oS
- *.a
- *.i
- *.o
- *.depend
- lib/
- install_dir/
- .config*
- .*.dep
- /*.log
- cscope.*
- #
- # Debugging files
- #
- .gdb_history
- .gdbinit
- core
- #
- # Backups / patches
- #
- *~
- *.orig
- *.rej
- /*.patch
- /*.diff
|