← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Fix for .gitconfig to enable .bzrignore for git and added explanation for its use.

 

In response to a message written on 21.06.2015, 05:12, from Marco Hess:
I am using Git in my KiCad development and found that I had problems with
ignoring generated files.

After some stuffing around I found it was supposed to be handled through
configuring git to use the .bzringore file through a .gitconfig file.

However, this was not working correctly with the = sign missing in the config
file that I fixed.

Also, I took the opportunity to add a bit of explantion to the .gitconfig file
as to what its intention is and how to enable it correctly for the local
repository.
Use .gitignore dude, it's especially for it…

--
Best Regards,
LordBlick


Follow ups

References