Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <DanTheMan827>2017-10-17 18:40:42 +0300
committerDaniel <DanTheMan827>2017-10-17 18:40:42 +0300
commitbe0d7035ee248144600f180c5c9182b634ca1ce5 (patch)
tree5065ef534be819d17e6db6d6faffa46efff0b063
parentf14691a591ecd88b0287b2be1a3c66bda32c1121 (diff)
Small fix
-rw-r--r--.gitignore4
-rw-r--r--commit.txt0
-rw-r--r--hakchi_gui.csproj1
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 8a1585f2..93ec94fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
-commit.txt
/bin/
driver/source/nesmini_driver/Release/
driver/usb_driver/
obj/
*.csproj.user
*.pfx
-Properties/Resources*.cs \ No newline at end of file
+Properties/Resources*.cs
+commit.txt
diff --git a/commit.txt b/commit.txt
deleted file mode 100644
index e69de29b..00000000
--- a/commit.txt
+++ /dev/null
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index 84dda3b4..b0df77b3 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -2697,6 +2697,7 @@ git --version &amp;&amp; (
for /f %25%25i in ('git rev-parse --short HEAD') do (
git diff-index --quiet HEAD -- &amp;&amp; (
echo|set /p="%25%25i" &gt;&gt; "$(ProjectDir)commit.txt"
+ SET ERRORLEVEL=0
) || (
echo|set /p="%25%25i (dirty)" &gt;&gt; "$(ProjectDir)commit.txt"
)