SVN: Simple Svn Ignore

To svn:ignore on one single directory:

Step 1:
In console, type "svn propedit svn:ignore ."

Step 2: This will open emacs & blank document.

Step 3: In emacs, type file/directory to ignore, each separated by a newline (ie. *.txt, build)

Step 4: Close emacs by entering Ctrl+x, Ctrl+c, y (for yes)

No comments: