aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users/fcuny/git.nix22
1 files changed, 21 insertions, 1 deletions
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"
+ ];
};
}