Daniel Roy Greenfeld

Daniel Roy Greenfeld

About | Articles | Books | Jobs | News | Tags

How to globally ignore .pyc files

This was originally posted on blogger here.

This has been driving me nuts. Sure, I run svn propset on directories and do so recursively, but I've hated having to remember to do it. Well, I just did it globally! How? I found my subversion config file!

emacs ~/.subversion/config
global-ignores = *.pyc
ctrl-x-s
ctrl-x-z

Yeah! No more annoying .pyc!


1 comments captured from original post on Blogger

Zenos said on 2009-08-21

Awesome, I keep forgetting how to do this every time I setup a new machine and have to look for the solution again. Thanks for posting it up!


Tags: python legacy-blogger
← Back to home