diff options
| author | <sam@mars.ravnborg.org> | 2006-01-03 05:35:26 -0500 |
|---|---|---|
| committer | <sam@mars.ravnborg.org> | 2006-01-03 05:35:26 -0500 |
| commit | febf7ea4bedcd36fba0843db726bba28d22bf89a (patch) | |
| tree | 0a0d398e0637fba8292d8b139afbd41b102bb9c4 | |
| parent | 00213b17cec87d2cd4df75bcc79aea7a91d8532d (diff) | |
gitignore: ignore more generated files
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
| -rw-r--r-- | kernel/.gitignore | 5 | ||||
| -rw-r--r-- | scripts/.gitignore | 5 | ||||
| -rw-r--r-- | scripts/kconfig/lxdialog/.gitignore | 4 |
3 files changed, 13 insertions, 1 deletions
diff --git a/kernel/.gitignore b/kernel/.gitignore new file mode 100644 index 000000000000..f2ab70073bd4 --- /dev/null +++ b/kernel/.gitignore | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # | ||
| 2 | # Generated files | ||
| 3 | # | ||
| 4 | config_data.h | ||
| 5 | config_data.gz | ||
diff --git a/scripts/.gitignore b/scripts/.gitignore index b46d68bb9e17..a234e524a490 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | # | ||
| 2 | # Generated files | ||
| 3 | # | ||
| 1 | conmakehash | 4 | conmakehash |
| 2 | kallsyms | 5 | kallsyms |
| 3 | pnmtologo | 6 | pnmtologo |
| 4 | 7 | bin2c | |
diff --git a/scripts/kconfig/lxdialog/.gitignore b/scripts/kconfig/lxdialog/.gitignore new file mode 100644 index 000000000000..90b08ff025a6 --- /dev/null +++ b/scripts/kconfig/lxdialog/.gitignore | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | # | ||
| 2 | # Generated files | ||
| 3 | # | ||
| 4 | lxdialog | ||
