b1501a684b
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>
15 lines
136 B
Text
15 lines
136 B
Text
*.o
|
|
conf*
|
|
!conf*.c
|
|
!conf*.h
|
|
mconf*
|
|
!mconf*.c
|
|
!mconf*.h
|
|
mconf_check
|
|
*.*.c
|
|
qconf*
|
|
qconf*.moc
|
|
!qconf*.cc
|
|
!qconf*.h
|
|
!images*.c
|
|
.tmp_qtcheck
|