mirror of https://github.com/qt/qtgraphs.git
Update .gitignore to ignore example build folders
Change-Id: I03404cd432baa15489ec2bf6f1f654c3b0139b07 Reviewed-by: Kaj Grönholm <kaj.gronholm@qt.io>
This commit is contained in:
parent
a267c9576f
commit
6b4e905790
|
|
@ -210,6 +210,7 @@ build/*
|
|||
bin/*
|
||||
coverage/*
|
||||
build-*/*
|
||||
examples/graphs/*/*/build/*
|
||||
|
||||
# runonphone crash dumps
|
||||
d_exc_*.txt
|
||||
|
|
@ -251,4 +252,4 @@ mkspecs/
|
|||
examples/spectrum/*.dll*
|
||||
examples/spectrum/*.exe*
|
||||
examples/spectrum/*.lib
|
||||
examples/spectrum/*.exp
|
||||
examples/spectrum/*.exp
|
||||
|
|
|
|||
Loading…
Reference in New Issue