OSDN Git Service

test/plt: add a script to find PLT usage
[uclinux-h8/uClibc.git] / .gitignore
1 #
2 # Never ignore these
3 #
4 !.gitignore
5
6 #
7 # Generated files
8 #
9 *.os
10 *.oS
11 *.dep
12 *.a
13 *.i
14 *.o
15 *.depend
16 lib/
17 install_dir/
18 .config*
19 .*.dep
20 /*.log
21
22 #
23 # Debugging files
24 #
25 .gdb_history
26 .gdbinit
27 core
28
29 #
30 # Backups / patches
31 #
32 *~
33 *.orig
34 *.rej
35 /*.patch
36 /*.diff