5 de mayo de 2011

Make svn ignore some files

Here goes another post for something I forget all the time how to do: telling svn to ignore some files:

$ svn propedit svn:ignore .
This will open a text editor. Write the filenames, extensions, whatsoever you want svn to ignore(like "*.pyc", "*.db", etc), save the file and commit.

That's it!

No hay comentarios: