Ignore default.profraw

This commit is contained in:
Martchus 2019-06-01 12:36:48 +02:00
parent 34a1595641
commit 72330988ef
1 changed files with 4 additions and 4 deletions

8
.gitignore vendored
View File

@ -1,5 +1,4 @@
# C++ objects and libs # C++ objects and libs
*.slo *.slo
*.lo *.lo
*.o *.o
@ -11,7 +10,6 @@
*.dylib *.dylib
# Qt-es # Qt-es
/.qmake.cache /.qmake.cache
/.qmake.stash /.qmake.stash
*.pro.user *.pro.user
@ -27,10 +25,9 @@ Makefile*
*-build-* *-build-*
# QtCreator # QtCreator
*.autosave *.autosave
#QtCtreator Qml # QtCtreator Qml
*.qmlproject.user *.qmlproject.user
*.qmlproject.user.* *.qmlproject.user.*
@ -42,3 +39,6 @@ Makefile*
# clang-format # clang-format
/.clang-format /.clang-format
# profiling with clang
default.profraw