Created
July 16, 2013 10:10
-
-
Save andreashanft/6007476 to your computer and use it in GitHub Desktop.
SVN global ignores setting (~/.subversion/config)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Section for configuring miscelleneous Subversion options. | |
[miscellany] | |
### Set global-ignores to a set of whitespace-delimited globs | |
### which Subversion will ignore in its 'status' output, and | |
### while importing or adding files and directories. | |
### '*' matches leading dots, e.g. '*.rej' matches '.foo.rej'. | |
global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store Pods Podfile.lock xcuserdata *.xcuserdatad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment