# Tracking exclusions for my current work repositories -*-conf-*- # # These tracking exclusions replace the ones declared by my `~/.config/git/ignore`. Further exclusions # specific to a repository may be added by `REPOSITORY/.git/info/exclude`. To list all untracked files: # # git ls-files --others [--exclude-from=.git/info/exclude|FILE] # # See `man 5 gitignore`. # # Sync what follows ← `~/.config/git/ignore`, where so indicated. /build-all # Boneyard folders ← `~/.config/git/ignore` # ──────────────── ._/ # Emacs lock files ← `~/.config/git/ignore` # ──────────────── .#* # `sync-web control` files, as described in `/usr/local/bin/sync-web` ← `~/.config/git/ignore` # ──────────────────────── .sync-web-control.pl # Tagged for exclusion by a trailing ‘_’; generally these are private symbolic links to tracked files # ──────────────────── #*_.* ## but copy whither needed, else it matches checked files of `Breccia.parser.plain` # Notes ← `~/.config/git/ignore` # ───── notes.brec *.notes.brec # deprecated: working_notes.brec *.working_notes.brec