OSDN Git Service

fix compiling issues on x86
[android-x86/external-busybox.git] / .gitignore
1 #
2 # Kbuild ignores
3 #
4 .*
5 *.o
6 *.o.*
7 *.a
8 *.s
9
10 #
11 # Never ignore these
12 #
13 !.gitignore
14 !.config
15
16 #
17 # Normal output
18 #
19 /busybox
20 /busybox_unstripped*
21
22 #
23 # Backups / patches
24 #
25 *~
26 *.orig
27 *.rej
28 /*.patch
29
30 #
31 # debugging stuff
32 #
33 core
34 .gdb_history
35 .gdbinit