1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 05:18:14 +02:00

scripts/config: add qconf files to .gitignore

This commit adds qconf related files to .gitignore.
The files to be tracked are qconf.cc, qconf.h, and images.c.
The files to be ignored are qconf*.o, qconf*, qconf.moc, and
.tmp_qtcheck.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
This commit is contained in:
Alif M. Ahmad 2017-07-23 03:08:47 +00:00 committed by Felix Fietkau
parent ff43c03c14
commit b1501a684b

@ -7,3 +7,9 @@ mconf*
!mconf*.h
mconf_check
*.*.c
qconf*
qconf*.moc
!qconf*.cc
!qconf*.h
!images*.c
.tmp_qtcheck