aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/git.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/git.nix b/home/git.nix
index f78396b..1d496f0 100644
--- a/home/git.nix
+++ b/home/git.nix
@@ -11,5 +11,10 @@
key = "314C14641E707B68";
signByDefault = true;
};
+
+ ignores = [
+ "*~"
+ "*.swp"
+ ];
};
}