]> Git Repo - uclibc-ng.git/blame - .gitignore
define RLIMIT_RTTIME, bump RLIMIT_NLIMITS
[uclibc-ng.git] / .gitignore
CommitLineData
b3eb972b
BRF
1#
2# Never ignore these
3#
4!.gitignore
5
6#
7# Generated files
8#
8334d110
AF
9*.os
10*.oS
8334d110 11*.a
a124fab2 12*.i
8334d110
AF
13*.o
14*.depend
3b999178
AF
15lib/
16install_dir/
8334d110 17.config*
b3eb972b 18.*.dep
25e328e8 19/*.log
a032a658 20cscope.*
25e328e8 21
60c86a03
MF
22#
23# Debugging files
24#
25.gdb_history
26.gdbinit
27core
30c4dd1f 28*.c.[0-9][0-9][0-9]t.*
60c86a03 29
b3eb972b
BRF
30#
31# Backups / patches
32#
33*~
34*.orig
35*.rej
36/*.patch
37/*.diff
This page took 0.093469 seconds and 4 git commands to generate.