diff options
author | Karel Kočí <cynerd@email.cz> | 2015-03-26 16:32:53 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-03-26 16:32:53 +0100 |
commit | b7603f0cc72ae0b912833e3f4afcb1bce1742175 (patch) | |
tree | b6ea04784d5d2029f77cc8fdc5c2da2d32f434e9 /scripts/kconfig_parser/.gitignore | |
parent | eec9a1b4f7c9b96ba6ddd2004750b072d651a653 (diff) | |
download | linux-conf-perf-b7603f0cc72ae0b912833e3f4afcb1bce1742175.tar.gz linux-conf-perf-b7603f0cc72ae0b912833e3f4afcb1bce1742175.tar.bz2 linux-conf-perf-b7603f0cc72ae0b912833e3f4afcb1bce1742175.zip |
Remove generated files
I am not sure when those files show in index. But they should be ignored.
From now on they are.
Diffstat (limited to 'scripts/kconfig_parser/.gitignore')
-rw-r--r-- | scripts/kconfig_parser/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kconfig_parser/.gitignore b/scripts/kconfig_parser/.gitignore index 763d456..f6b4225 100644 --- a/scripts/kconfig_parser/.gitignore +++ b/scripts/kconfig_parser/.gitignore @@ -1 +1,4 @@ parser +kconfig/zconf.hash.c +kconfig/zconf.lex.c +kconfig/zconf.tab.c |