* 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 <[email protected]> --- .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
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

