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 | |
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>
-rw-r--r-- | .gitignore | 27 | ||||
-rw-r--r-- | applets/.gitignore | 2 | ||||
-rw-r--r-- | docs/.gitignore | 4 | ||||
-rw-r--r-- | include/.gitignore | 6 | ||||
-rw-r--r-- | scripts/basic/.gitignore | 4 | ||||
-rw-r--r-- | scripts/kconfig/.gitignore | 19 | ||||
-rw-r--r-- | scripts/kconfig/lxdialog/.gitignore | 4 |
7 files changed, 66 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 | ||
diff --git a/applets/.gitignore b/applets/.gitignore new file mode 100644 index 000000000..cc932fcc0 --- /dev/null +++ b/applets/.gitignore | |||
@@ -0,0 +1,2 @@ | |||
1 | /applet_tables | ||
2 | /usage | ||
diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 000000000..9d1b7c227 --- /dev/null +++ b/docs/.gitignore | |||
@@ -0,0 +1,4 @@ | |||
1 | /BusyBox.1 | ||
2 | /BusyBox.html | ||
3 | /BusyBox.txt | ||
4 | /busybox.pod | ||
diff --git a/include/.gitignore b/include/.gitignore new file mode 100644 index 000000000..f0ce546cf --- /dev/null +++ b/include/.gitignore | |||
@@ -0,0 +1,6 @@ | |||
1 | /config | ||
2 | |||
3 | /applet_tables.h | ||
4 | /autoconf.h | ||
5 | /bbconfigopts.h | ||
6 | /usage_compressed.h | ||
diff --git a/scripts/basic/.gitignore b/scripts/basic/.gitignore new file mode 100644 index 000000000..d91e941a4 --- /dev/null +++ b/scripts/basic/.gitignore | |||
@@ -0,0 +1,4 @@ | |||
1 | hash | ||
2 | fixdep | ||
3 | docproc | ||
4 | split-include | ||
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore new file mode 100644 index 000000000..b49584c93 --- /dev/null +++ b/scripts/kconfig/.gitignore | |||
@@ -0,0 +1,19 @@ | |||
1 | # | ||
2 | # Generated files | ||
3 | # | ||
4 | config* | ||
5 | lex.*.c | ||
6 | *.tab.c | ||
7 | *.tab.h | ||
8 | zconf.hash.c | ||
9 | *.moc | ||
10 | lkc_defs.h | ||
11 | |||
12 | # | ||
13 | # configuration programs | ||
14 | # | ||
15 | conf | ||
16 | mconf | ||
17 | qconf | ||
18 | gconf | ||
19 | kxgettext | ||
diff --git a/scripts/kconfig/lxdialog/.gitignore b/scripts/kconfig/lxdialog/.gitignore new file mode 100644 index 000000000..90b08ff02 --- /dev/null +++ b/scripts/kconfig/lxdialog/.gitignore | |||
@@ -0,0 +1,4 @@ | |||
1 | # | ||
2 | # Generated files | ||
3 | # | ||
4 | lxdialog | ||