aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-07-15 14:24:09 +0200
committerAdrian Kummerlaender2020-07-15 14:24:09 +0200
commit46f037e68b5e982d02cdeb3dced9a6040f00b8fb (patch)
treea35976c8719eda5a1ffeb326bf2db7b0371dd1f6
parent6831055b32cf4f933acfc5f7b067000f6cb94659 (diff)
downloadnixos_home-46f037e68b5e982d02cdeb3dced9a6040f00b8fb.tar
nixos_home-46f037e68b5e982d02cdeb3dced9a6040f00b8fb.tar.gz
nixos_home-46f037e68b5e982d02cdeb3dced9a6040f00b8fb.tar.bz2
nixos_home-46f037e68b5e982d02cdeb3dced9a6040f00b8fb.tar.lz
nixos_home-46f037e68b5e982d02cdeb3dced9a6040f00b8fb.tar.xz
nixos_home-46f037e68b5e982d02cdeb3dced9a6040f00b8fb.tar.zst
nixos_home-46f037e68b5e982d02cdeb3dced9a6040f00b8fb.zip
Define some global ctags excludes
-rw-r--r--gui/apps/dev.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix
index 848fd90..e3b8cc2 100644
--- a/gui/apps/dev.nix
+++ b/gui/apps/dev.nix
@@ -20,4 +20,10 @@
fzf
];
};
+
+ home.file.".ctags.d/exclude.ctags".text = ''
+ --exclude=*.html
+ --exclude=.git
+ --exclude=.gcroots
+ '';
}