Skip to content

Instantly share code, notes, and snippets.

@andreashanft
Created July 16, 2013 10:10
Show Gist options
  • Save andreashanft/6007476 to your computer and use it in GitHub Desktop.
Save andreashanft/6007476 to your computer and use it in GitHub Desktop.
SVN global ignores setting (~/.subversion/config)
### 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