blob: 4de569043b058787ba280ffece3bc262a76fa252 [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
Denys Vlasenkoe15a6c82010-06-19 20:42:02 +020010Config.in
Mike Frysinger33223512009-05-05 09:05:30 -040011
12#
13# Never ignore these
14#
15!.gitignore
Tanguy Pruvotf6410612014-07-24 23:21:48 +020016!.config*
Mike Frysinger33223512009-05-05 09:05:30 -040017
18#
19# Normal output
20#
21/busybox
Cristian Ionescu-Idbohrnfcbc6412011-05-01 14:43:53 +020022/busybox_old
Mike Frysinger33223512009-05-05 09:05:30 -040023/busybox_unstripped*
24
25#
26# Backups / patches
27#
28*~
29*.orig
30*.rej
31/*.patch
Tanguy Pruvot8aeb3712011-06-30 08:59:26 +020032/.config.old
Mike Frysingera1e5ebe2009-06-01 14:15:04 -040033
34#
35# debugging stuff
36#
37core
38.gdb_history
39.gdbinit