From a0c24fbbf0232c3af8ff8eeea64f17e345e0a73a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 19:22:13 -0800 Subject: git: update list of things to ignore --- users/fcuny/git.nix | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/users/fcuny/git.nix b/users/fcuny/git.nix index adaf626..f7aeb27 100644 --- a/users/fcuny/git.nix +++ b/users/fcuny/git.nix @@ -15,6 +15,26 @@ }; userName = "Franck Cuny"; userEmail = "franck@fcuny.net"; - ignores = [ "*.o" "*.pyc" "*.pyo" "*.elc" "*~" ".direnv/*" "\\#*\\#" ".\\#" ]; + ignores = [ + "*.elc" + "*.iml" + "*.o" + "*.pyc" + "*.pyo" + "*pyc" + "*~" + ".DS_Store" + ".\\#" + ".dir-locals.el" + ".direnv/*" + ".idea" + ".projectile" + ".pytest_cache/" + "/env/*" + "Icon" + "TAGS" + "\\#*\\#" + "tags" + ]; }; } -- cgit 1.4.1