From 5e63dc3b65c5704492ad048360cbfb2160b93456 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 24 May 2021 09:47:09 -0700 Subject: [PATCH] Add global .fdignore --- default.conf.yaml | 1 + etc/fdignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 etc/fdignore diff --git a/default.conf.yaml b/default.conf.yaml index e6dbb2e..2f956ca 100644 --- a/default.conf.yaml +++ b/default.conf.yaml @@ -21,6 +21,7 @@ ~/.config/user-dirs.dirs: etc/user-dirs.dirs ~/.config/zsh: zsh/ ~/.emacs.d: emacs/ + ~/.fdignore: etc/fdignore ~/.gitattributes: git/gitattributes ~/.gitignore: git/gitignore ~/.my.cnf: mysql/.my.cnf diff --git a/etc/fdignore b/etc/fdignore new file mode 100644 index 0000000..6b8710a --- /dev/null +++ b/etc/fdignore @@ -0,0 +1 @@ +.git