add git_info.h to .gitignore along with other development detritus

This commit is contained in:
sawinglogz 2019-05-02 21:51:24 -04:00
parent 463dcee181
commit 221462de11

3
.gitignore vendored
View File

@ -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
*~