Message 315882 - Python tracker

Message315882

Author matrixise
Recipients brett.cannon, matrixise, onlined
Date 2018-04-29.06:46:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524984381.1.0.682650639539.issue33370@psf.upfronthosting.co.za>
In-reply-to
Content
you could use a feature of git for the global .gitignore file

git config --global core.excludesfile ~/.gitignore

source: https://git-scm.com/docs/gitignore/2.17.0
History
Date User Action Args
2018-04-29 06:46:21matrixisesetrecipients: + matrixise, brett.cannon, onlined
2018-04-29 06:46:21matrixisesetmessageid: <1524984381.1.0.682650639539.issue33370@psf.upfronthosting.co.za>
2018-04-29 06:46:21matrixiselinkissue33370 messages
2018-04-29 06:46:20matrixisecreate