blob: 53bd540a2684ee3eaa50f3fac3d6180dd7ef8395 [file] [log] [blame]
Mike Frysinger33223512009-05-05 09:05:30 -04001#
2# Kbuild ignores
3#
4.*
5*.o
6*.o.*
7*.a
8*.s
Dan Fandrichf934a512010-06-18 13:26:11 +02009Kbuild
Mike Frysinger33223512009-05-05 09:05:30 -040010
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
Mike Frysingera1e5ebe2009-06-01 14:15:04 -040029
30#
31# debugging stuff
32#
33core
34.gdb_history
35.gdbinit