From 076aa9113eab27d231958977c0b59b09b4fcafbb Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sat, 27 Jul 2019 20:03:02 +0200 Subject: [PATCH] [git] ignore file --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 8fcea2fba..87d4ec74f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ pch.h.cpp /.vs/ /.vscode/ +# MS tools +/config.log + # Qt Creator *.autosave @@ -27,6 +30,7 @@ desktop.ini # qmake /.qmake.stash +/.qmake.cache # Generated installers /swiftinstaller-*.run @@ -41,3 +45,6 @@ desktop.ini # VATSIM key /vatsim.json + +# other +/swift_config.cookie