summaryrefslogtreecommitdiff
path: root/.gitignore (plain)
blob: 37545bd5842c5d2ba399878480fe2f31ae1ba669
1#
2# Kbuild ignores
3#
4.*
5*.o
6*.o.*
7*.a
8*.s
9Kbuild
10Config.in
11
12#
13# Never ignore these
14#
15!.gitignore
16!.config*
17
18#
19# Normal output
20#
21/busybox
22/busybox_old
23/busybox_unstripped*
24
25#
26# Backups / patches
27#
28*~
29*.orig
30*.rej
31/*.patch
32/.config.old
33
34#
35# debugging stuff
36#
37core
38.gdb_history
39.gdbinit
40
41#ctags
42tags
43ctags
44