Remove references to src/git/config.h It was removed in ec250c6e18e56d12714f9010e1b15e5feec5f473. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
diff --git a/.gitignore b/.gitignore
index 0269c3f..27c3c27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
/apidocs
-/src/git/config.h
/trash-*.exe
*.o
*.a
diff --git a/Makefile b/Makefile
index e65ddb3..0703e6c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,6 @@ clean:
rm -f src/*.o
rm -f tests/*.o tests/*.exe tests/*.toc
rm -rf trash-*.exe
- rm -f src/git/config.h
rm -rf apidocs
apidocs: