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 *.qm
build/* build/*
git_info.h
# Qt-es # Qt-es
@ -33,6 +34,7 @@ Makefile*
*.autosave *.autosave
*.swp *.swp
.DS_Store
#QtCtreator Qml #QtCtreator Qml
*.qmlproject.user *.qmlproject.user
@ -41,3 +43,4 @@ Makefile*
#Remnants of editors etc. #Remnants of editors etc.
.vscode .vscode
*.bak *.bak
*~