diff --git a/.gitignore b/.gitignore index d224647..85e450f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Extras +# The commit hash file generated before the build process +git-hash.txt + # ---> C Sharp # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) [Bb]in/ diff --git a/cscz/cscz.csproj b/cscz/cscz.csproj index 993dd93..6b50334 100644 --- a/cscz/cscz.csproj +++ b/cscz/cscz.csproj @@ -46,5 +46,9 @@ + - \ No newline at end of file + + git rev-parse HEAD >../../git-hash.txt + +