From 3322351724be7e094dfe82a496fd0bbc1626ffff Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 5 May 2009 09:05:30 -0400 Subject: add .gitignore files Signed-off-by: Mike Frysinger --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..1618712ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# +# Kbuild ignores +# +.* +*.o +*.o.* +*.a +*.s + +# +# Never ignore these +# +!.gitignore + +# +# Normal output +# +/busybox +/busybox_unstripped* + +# +# Backups / patches +# +*~ +*.orig +*.rej +/*.patch -- cgit v1.2.3