diff options
| author | EuAndreh <eu@euandre.org> | 2023-09-05 21:20:56 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-09-05 21:20:56 -0300 |
| commit | d3b297f75642b726ee5956a26a314044628e7d8e (patch) | |
| tree | 7499c8e86f9e2c2f211f41f9a111ec62473836cf /etc | |
| parent | etc/nix/configuration.nix: Enable documentation.man with cache (diff) | |
| download | dotfiles-d3b297f75642b726ee5956a26a314044628e7d8e.tar.gz dotfiles-d3b297f75642b726ee5956a26a314044628e7d8e.tar.xz | |
etc/ctags/default.ctags: Also exclude "tmp/*" by default
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ctags/default.ctags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ctags/default.ctags b/etc/ctags/default.ctags index dfe6840f..ebc8baed 100644 --- a/etc/ctags/default.ctags +++ b/etc/ctags/default.ctags @@ -1,3 +1,4 @@ -R --exclude=.git/* --exclude=vendor/* +--exclude=tmp/* |
