diff options
| author | EuAndreh <eu@euandre.org> | 2023-08-21 20:52:57 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-08-21 20:52:57 -0300 |
| commit | a0e3ccbfcb8694856e270b6330f553caeb7d90fd (patch) | |
| tree | 45a61d6dce5555a130d2c265389cd48dd347c0a8 | |
| parent | etc/guix/home.scm: Add "universal-ctags" package (diff) | |
| download | dotfiles-a0e3ccbfcb8694856e270b6330f553caeb7d90fd.tar.gz dotfiles-a0e3ccbfcb8694856e270b6330f553caeb7d90fd.tar.xz | |
etc/ctags/default.ctags: Add initial config with common options
| -rw-r--r-- | etc/ctags/default.ctags | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/ctags/default.ctags b/etc/ctags/default.ctags new file mode 100644 index 00000000..dfe6840f --- /dev/null +++ b/etc/ctags/default.ctags @@ -0,0 +1,3 @@ +-R +--exclude=.git/* +--exclude=vendor/* |
