Skip to content

Instantly share code, notes, and snippets.

@xeoncross
Created October 13, 2010 16:53
Show Gist options
  • Save xeoncross/624434 to your computer and use it in GitHub Desktop.
Save xeoncross/624434 to your computer and use it in GitHub Desktop.
# at the command line
svn propedit svn:ignore ./some_path
# Then add * to the file that is opened to ignore all files in that directory
# You can also do things like *.class.php or .*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment