diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-21 21:42:58 +0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-21 21:42:58 +0400 |
| commit | ab27642b59b68d18df5a9aa5fa81b5ab5735aa77 (patch) | |
| tree | afc2f191ef73e6eb1064de6358f44177d691aab0 /scripts | |
| parent | ba9b543d5bec0a7605952e2ba501fb8b0f3b6407 (diff) | |
| parent | 654b1536b0927d189526b9063818e0790aa3ea23 (diff) | |
| download | linux-ab27642b59b68d18df5a9aa5fa81b5ab5735aa77.tar.xz | |
Merge branch 'master' of ssh://rsync.linux-nfs.org/home/trondmy/www_sites/rsync.linux-nfs.org/pub/linux/nfs-2.6
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 000000000000..b46d68bb9e17 --- /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 000000000000..7304e19782c7 --- /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 000000000000..2dac3442e0ac --- /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 000000000000..e9b7abe7b95b --- /dev/null +++ b/scripts/mod/.gitignore @@ -0,0 +1,4 @@ +elfconfig.h +mk_elfconfig +modpost + |
