kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #25904
[PATCH 1/1] Cleanup after switch to Git
* Remove the .gitconfig file, it's only purpose was to load the
ignore file from bzr which has now been renamed to .gitignore.
Signed-off-by: Niki Guldbrand <niki.guldbrand@xxxxxxxxx>
---
.gitconfig | 2 --
1 file changed, 2 deletions(-)
delete mode 100644 .gitconfig
diff --git a/.gitconfig b/.gitconfig
deleted file mode 100644
index 0cdf319..0000000
--- a/.gitconfig
+++ /dev/null
@@ -1,2 +0,0 @@
-[core]
- excludesfile = .bzrignore
Follow ups