diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-30 17:39:47 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-30 17:39:47 +0200 |
commit | 33f13e393f55f12b3887cbf5c849fc14f8d7c666 (patch) | |
tree | ab5db92c6990c544abb0f8fdef1fa4c310420765 /package | |
parent | 7a1a334c4216e2d105ceb6b2eceaa8986627ae67 (diff) | |
download | buildroot-novena-33f13e393f55f12b3887cbf5c849fc14f8d7c666.tar.gz buildroot-novena-33f13e393f55f12b3887cbf5c849fc14f8d7c666.zip |
kconfig: tell git to ignore new generated files
The update of kconfig and the addition of xconfig support generates
more files in package/config/. Tell git to ignore them.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/config/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/config/.gitignore b/package/config/.gitignore index 9067e6885..161a19ada 100644 --- a/package/config/.gitignore +++ b/package/config/.gitignore @@ -1,6 +1,10 @@ /buildroot-config /conf /mconf +/qconf +/qconf.moc +/.tmp_qtcheck +/lkc_defs.h /lex.zconf.c /zconf.hash.c /zconf.tab.c |