From 221462de112056a485ac2a316ef3d60acd1c657a Mon Sep 17 00:00:00 2001 From: sawinglogz <3787776-sawinglogz@users.noreply.gitlab.com> Date: Thu, 2 May 2019 21:51:24 -0400 Subject: [PATCH] add git_info.h to .gitignore along with other development detritus --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fb861c4b..3373439a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.qm build/* +git_info.h # Qt-es @@ -33,6 +34,7 @@ Makefile* *.autosave *.swp +.DS_Store #QtCtreator Qml *.qmlproject.user @@ -41,3 +43,4 @@ Makefile* #Remnants of editors etc. .vscode *.bak +*~