Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
[platform/upstream/busybox.git] / .gitignore
1 #
2 # Kbuild ignores
3 #
4 .*
5 *.o
6 *.o.*
7 *.a
8 *.s
9 Kbuild
10
11 #
12 # Never ignore these
13 #
14 !.gitignore
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