diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-18 08:26:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-18 08:26:15 -0700 |
commit | 1e65174a3378494608e8ed7f8c74d658be9a0fb2 (patch) | |
tree | 88a87eebc085d04ba59580402a54e5867ae15afb /scripts | |
parent | 39ca371c45b04cd50d0974030ae051906fc516b6 (diff) | |
download | op-kernel-dev-1e65174a3378494608e8ed7f8c74d658be9a0fb2.zip op-kernel-dev-1e65174a3378494608e8ed7f8c74d658be9a0fb2.tar.gz |
Add some basic .gitignore files
This still leaves driver and architecture-specific subdirectories alone,
but gets rid of the bulk of the "generic" generated files that we should
ignore.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/.gitignore | 4 | ||||
-rw-r--r-- | scripts/basic/.gitignore | 3 | ||||
-rw-r--r-- | scripts/kconfig/.gitignore | 16 | ||||
-rw-r--r-- | scripts/mod/.gitignore | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 0000000..b46d68b --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1,4 @@ +conmakehash +kallsyms +pnmtologo + diff --git a/scripts/basic/.gitignore b/scripts/basic/.gitignore new file mode 100644 index 0000000..7304e19 --- /dev/null +++ b/scripts/basic/.gitignore @@ -0,0 +1,3 @@ +fixdep +split-include +docproc diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore new file mode 100644 index 0000000..2dac344 --- /dev/null +++ b/scripts/kconfig/.gitignore @@ -0,0 +1,16 @@ +# +# Generated files +# +config* +lex.*.c +*.tab.c +*.tab.h + +# +# configuration programs +# +conf +mconf +qconf +gconf +kxgettext diff --git a/scripts/mod/.gitignore b/scripts/mod/.gitignore new file mode 100644 index 0000000..e9b7abe --- /dev/null +++ b/scripts/mod/.gitignore @@ -0,0 +1,4 @@ +elfconfig.h +mk_elfconfig +modpost + |