diff options
-rw-r--r-- | applets/.gitignore | 1 | ||||
-rw-r--r-- | docs/.gitignore | 1 | ||||
-rw-r--r-- | include/.gitignore | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/applets/.gitignore b/applets/.gitignore index cc932fcc0..459938d67 100644 --- a/applets/.gitignore +++ b/applets/.gitignore | |||
@@ -1,2 +1,3 @@ | |||
1 | /applet_tables | 1 | /applet_tables |
2 | /usage | 2 | /usage |
3 | /usage_pod | ||
diff --git a/docs/.gitignore b/docs/.gitignore index 11d616360..3d1c5bd8a 100644 --- a/docs/.gitignore +++ b/docs/.gitignore | |||
@@ -1,4 +1,5 @@ | |||
1 | /busybox.1 | 1 | /busybox.1 |
2 | /BusyBox.html | 2 | /BusyBox.html |
3 | /busybox.net | ||
3 | /BusyBox.txt | 4 | /BusyBox.txt |
4 | /busybox.pod | 5 | /busybox.pod |
diff --git a/include/.gitignore b/include/.gitignore index f0ce546cf..9d9b6c499 100644 --- a/include/.gitignore +++ b/include/.gitignore | |||
@@ -1,6 +1,10 @@ | |||
1 | /config | 1 | /config |
2 | 2 | ||
3 | /applets.h | ||
3 | /applet_tables.h | 4 | /applet_tables.h |
4 | /autoconf.h | 5 | /autoconf.h |
6 | /bbconfigopts_bz2.h | ||
5 | /bbconfigopts.h | 7 | /bbconfigopts.h |
8 | /NUM_APPLETS.h | ||
6 | /usage_compressed.h | 9 | /usage_compressed.h |
10 | /usage.h | ||