Add GitVersion.h to ignore

master
Geoffrey Merck 4 years ago
parent 896029565e
commit 839187d25a

3
.gitignore vendored

@ -32,6 +32,9 @@ removed/*
#log files #log files
*.log *.log
#dynamically generated files
GitVersion.h
# Executables # Executables
*.exe *.exe
*.out *.out

@ -1 +0,0 @@
const char *gitversion = "0000000000000000000000000000000000000000";
Loading…
Cancel
Save

Powered by TurnKey Linux.