Skip to content

Commit 7f554dd

Browse files
Update .gitignore files
Signed-off-by: Thiago Macieira <[email protected]>
1 parent 806f0c9 commit 7f554dd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
Makefile
22
debug
3+
moc_predefs.h
34
release
45
target_wrapper.*
6+
7+
# The executables
8+
cpp/cpp
9+
cpp/cpp.exe
10+
encoder/encoder
11+
encoder/encoder.exe
12+
parser/parser
13+
parser/parser.exe
14+
tojson/tojson
15+
tojson/tojson.exe

0 commit comments

Comments
 (0)