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