summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-05-30 10:06:02 -0400
committerJune McEnroe <june@causal.agency>2018-05-30 10:06:02 -0400
commit4552ecb1d9ac2c0afeb5a9ac14ca865539746e42 (patch)
tree9be272bd684045796bff33b756be6d2529eaec95
parentAdd CharIter in edi (diff)
downloadsrc-4552ecb1d9ac2c0afeb5a9ac14ca865539746e42.tar.gz
src-4552ecb1d9ac2c0afeb5a9ac14ca865539746e42.zip
Ignore macOS debug directories
-rw-r--r--home/.config/git/ignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/git/ignore b/home/.config/git/ignore
index 380a01a1..22bb82f8 100644
--- a/home/.config/git/ignore
+++ b/home/.config/git/ignore
@@ -1,2 +1,3 @@
 *.DS_store
+*.dSYM/
 .pult*
n>Use -s to infer terminal sizeJune McEnroe 2019-07-12Add DCH to shottyJune McEnroe 2019-07-12Support insert mode in shottyJune McEnroe 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe