< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Problem while installing resiprocate



On 10/05/16 14:22, Mateus Bellomo wrote:
> Thank you very much for the tutorial Daniel. It worked perfectly =D
> 
> Just another question: I have some untracked files (I think it's
> generated when I compile) and I don't want to see them every time I do a
> 'git status'. I read that I could do this
> 
> $ git clean -f
> 
> but I'm affraid of cause some damage. This is the correct way of doing it?
> 


Could you try creating a .gitignore file and contributing it as a pull
request?  You may want to look for general examples of .gitignore files
for autotools projects.