diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-05 09:05:30 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-05-05 09:05:30 -0400 |
commit | 3322351724be7e094dfe82a496fd0bbc1626ffff (patch) | |
tree | 95f17a955f49784833cf17e34c5cbc84e1475866 /.gitignore | |
parent | 4f239b1bb429408bef5688384aa91ea4fa9bd76e (diff) | |
download | busybox-w32-3322351724be7e094dfe82a496fd0bbc1626ffff.tar.gz busybox-w32-3322351724be7e094dfe82a496fd0bbc1626ffff.tar.bz2 busybox-w32-3322351724be7e094dfe82a496fd0bbc1626ffff.zip |
add .gitignore files
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..1618712ce --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,27 @@ | |||
1 | # | ||
2 | # Kbuild ignores | ||
3 | # | ||
4 | .* | ||
5 | *.o | ||
6 | *.o.* | ||
7 | *.a | ||
8 | *.s | ||
9 | |||
10 | # | ||
11 | # Never ignore these | ||
12 | # | ||
13 | !.gitignore | ||
14 | |||
15 | # | ||
16 | # Normal output | ||
17 | # | ||
18 | /busybox | ||
19 | /busybox_unstripped* | ||
20 | |||
21 | # | ||
22 | # Backups / patches | ||
23 | # | ||
24 | *~ | ||
25 | *.orig | ||
26 | *.rej | ||
27 | /*.patch | ||