Skip to content

Commit

Permalink
scripts/config: add qconf files to .gitignore
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
alive4ever authored and nbd168 committed Nov 2, 2017
1 parent ff43c03 commit b1501a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ mconf*
!mconf*.h
mconf_check
*.*.c
qconf*
qconf*.moc
!qconf*.cc
!qconf*.h
!images*.c
.tmp_qtcheck

0 comments on commit b1501a6

Please sign in to comment.