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 /scripts | |
| 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 'scripts')
| -rw-r--r-- | scripts/basic/.gitignore | 4 | ||||
| -rw-r--r-- | scripts/kconfig/.gitignore | 19 | ||||
| -rw-r--r-- | scripts/kconfig/lxdialog/.gitignore | 4 |
3 files changed, 27 insertions, 0 deletions
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 | ||
