Skip to content

Commit

Permalink
Added ignore pattern for dump files
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBachmann committed Feb 3, 2018
1 parent e7ceb16 commit 6af5f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/sos.coco
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import configr # optional dependency
# Constants
MARKER = r"/###/"
APPNAME:str = "Subversion Offline Solution V%s (C) Arne Bachmann" % version.__release_version__
defaults = Accessor({"strict": False, "track": False, "picky": False, "compress": False, "texttype": [], "bintype": [], "ignoreDirs": [".*", "__pycache__"], "ignoreDirsWhitelist": [], "ignores": ["__coconut__.py", "*.bak", "*.py[cdo]", "*.class", ".fslckout", "_FOSSIL_"], "ignoresWhitelist": []})
defaults = Accessor({"strict": False, "track": False, "picky": False, "compress": False, "texttype": [], "bintype": [], "ignoreDirs": [".*", "__pycache__"], "ignoreDirsWhitelist": [], "ignores": ["__coconut__.py", "*.bak", "*.py[cdo]", "*.class", ".fslckout", "_FOSSIL_", "*.sos.zip"], "ignoresWhitelist": []})
termWidth = getTermWidth() - 1 # uses curses or returns conservative default of 80


Expand Down

0 comments on commit 6af5f55

Please sign in to comment.