From 0302ab217afde04aa1c2e36a817f1c3f2d58c82c Mon Sep 17 00:00:00 2001 From: firewave Date: Wed, 17 Jun 2020 17:21:04 +0200 Subject: [PATCH] .gitignore: added gui/.qmake.stash --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e37e3e2d8..4b9e0fd61 100644 --- a/.gitignore +++ b/.gitignore @@ -113,4 +113,7 @@ cmake-* # clang tooling temporary files .clangd/ -compile_commands.json \ No newline at end of file +compile_commands.json + +# qmake +/gui/.qmake.stash \ No newline at end of file