about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-04-09T03·24-0400
committerGriffin Smith <root@gws.fyi>2020-04-09T03·24-0400
commitc4650be8f0be289e3687c2525ebfbcd5319fe102 (patch)
tree77bf06553e393b93a493e669ddf1b6879a050de2 /home
parent3bad122d10f4e5aee1f52fcc39701e208c14c5f4 (diff)
global gitignoress
Diffstat (limited to 'home')
-rw-r--r--home/home.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix
index e8902a6995..6632a4f138 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -88,6 +88,15 @@ let machine = ./machines/chupacabra.nix; in
     enable = true;
     userEmail = "root@gws.fyi";
     userName  = "Griffin Smith";
+    ignores = [
+      "*.sw*"
+      ".classpath"
+      ".project"
+      ".settings/"
+      ".dir-locals.el"
+      ".stack-work-profiling"
+      ".projectile"
+    ];
     extraConfig = {
       github.user = "glittershark";
       merge.conflictstyle = "diff3";