Skip to content

Commit

Permalink
tweak(citre): ignore .repo when generating files list
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 14, 2024
1 parent 0ea96fb commit 7cc4608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
(defvar +citre-recursive-root-project-detection-files '(".tags/" ".repo/" ".citre_root"))
(defvar +citre-gtags-recursive-files-list t)
(defvar +citre-gtags-files-list-suffixes '("*.[chly]" "*.[ch]xx" "*.[ch]pp" "*.[ch]++" "*.cc" "*.hh"))
(defvar +citre-gtags-files-list-ignored-directories '("CVS" "RCS" "SCCS" ".git" ".hg" ".bzr" ".cdv" ".pc" ".svn" "_MTN" "_darcs" "_sgbak" "debian"))
(defvar +citre-gtags-files-list-ignored-directories '("CVS" "RCS" "SCCS" ".git" ".hg" ".bzr" ".cdv" ".pc" ".svn" ".repo" "_MTN" "_darcs" "_sgbak" "debian"))
:config
(defun +citre-recursive-project-root ()
"Search recursively until we find one of `+citre-recursive-root-project-detection-files'.
Expand Down

0 comments on commit 7cc4608

Please sign in to comment.