diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-10-17 18:36:47 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2009-12-12 07:08:14 -0500 |
commit | 92045954058671fdd0ccf031ca06611ce1d929d1 (patch) | |
tree | 912826bc7e042a52ac688bc3de233b898a91cb1e /.gitignore | |
parent | f7f16b7799ed68654850ab340ef812895aebcf4c (diff) |
kbuild: move compile.h to include/generated
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e074c1cc5794..c06b4c9aeb72 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -47,7 +47,6 @@ Module.symvers | |||
47 | # | 47 | # |
48 | include/config | 48 | include/config |
49 | include/linux/autoconf.h | 49 | include/linux/autoconf.h |
50 | include/linux/compile.h | ||
51 | include/linux/version.h | 50 | include/linux/version.h |
52 | include/linux/utsrelease.h | 51 | include/linux/utsrelease.h |
53 | include/generated | 52 | include/generated |