Skip to content

Commit fb10a78

Browse files
Update .gitignore
Signed-off-by: Thiago Macieira <[email protected]>
1 parent ede7f14 commit fb10a78

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pcviewer.cfg
2424
*.*#
2525
core
2626
.qmake.cache
27+
.qmake.stash
2728
.qmake.vars
2829
.device.vars
2930
tags
@@ -76,5 +77,5 @@ doc
7677
lib
7778
src/cjson
7879
src/doxygen.log
79-
!Makefile
80+
!/Makefile
8081
.config

tests/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ Makefile
22
debug
33
release
44
target_wrapper.*
5+
moc_predefs.h
6+
cpp/cpp
7+
encoder/encoder
8+
parser/parser
9+
tojson/tojson

0 commit comments

Comments
 (0)