summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2019-11-26 15:30:59 +0100
committerAlan Pearce2019-11-26 15:33:14 +0100
commit248ed3a593080993e56665a1bfa50df22bb823d7 (patch)
tree06cab945382517a8f26a7e40df88f06833eb91dc /user/settings
parenta53e5d9af072324ed34af5f972c200a44320ad45 (diff)
downloadnixfiles-248ed3a593080993e56665a1bfa50df22bb823d7.tar.lz
nixfiles-248ed3a593080993e56665a1bfa50df22bb823d7.tar.zst
nixfiles-248ed3a593080993e56665a1bfa50df22bb823d7.zip
git: ignore tabnine_root globally
Non-users will not like the clutter.
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/git.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/git.nix b/user/settings/git.nix
index fc17235b..827d6a8c 100644
--- a/user/settings/git.nix
+++ b/user/settings/git.nix
@@ -83,6 +83,7 @@
       "*~"
       "\#*\#"
       ".\#*"
+      ".tabnine_root"
     ];
   };
 }