From d475481184e30376d32c40dcfb4b854f79872f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Tue, 24 May 2022 23:16:03 +0200 Subject: [PATCH] gitignore: add entry for rc.exe temporary files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 38fdb6d26..5b1c5bbd1 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,9 @@ Makefile # Visual Studio Code /.vs /.vscode -src/win/RCa04980 + +# Windows resource compiler +RC* # Qt Creator CMakeLists.txt.user