diff options
author | Griffin Smith <root@gws.fyi> | 2020-04-09T03·24-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-04-09T03·24-0400 |
commit | c4650be8f0be289e3687c2525ebfbcd5319fe102 (patch) | |
tree | 77bf06553e393b93a493e669ddf1b6879a050de2 /home/home.nix | |
parent | 3bad122d10f4e5aee1f52fcc39701e208c14c5f4 (diff) |
global gitignoress
Diffstat (limited to 'home/home.nix')
-rw-r--r-- | home/home.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix index e8902a699527..6632a4f13819 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"; |