# 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 --ignored --others --exclude-standard|--exclude-from=FILE
#
# See `man 5 gitignore`.
#
# Sync what follows ← `~/.config/git/ignore`, where so indicated.


# Boneyards                                                                      ← `~/.config/git/ignore`
# ─────────
._/


# Build script for Makeshift
# ────────────
/build-all


# Emacs lock                                                                     ← `~/.config/git/ignore`
# ──────────
.#*


# Notes                                                                          ← `~/.config/git/ignore`
# ─────
notes.brec
*.notes.brec
# deprecated:
working_notes.brec
*.working_notes.brec


# `sync-web` control, 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`