.gitignore: Update
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@ -54,8 +54,7 @@ elisp-comp
|
|||||||
elc-stamp
|
elc-stamp
|
||||||
dummy.cc
|
dummy.cc
|
||||||
msg2pdf
|
msg2pdf
|
||||||
/contrib/gmime-test
|
gmime-test
|
||||||
/emacs/TODO
|
|
||||||
test-mu-cmd
|
test-mu-cmd
|
||||||
test-mu-cmd-cfind
|
test-mu-cmd-cfind
|
||||||
test-mu-contacts
|
test-mu-contacts
|
||||||
@ -71,6 +70,16 @@ test-mu-store
|
|||||||
test-mu-str
|
test-mu-str
|
||||||
test-mu-threads
|
test-mu-threads
|
||||||
test-mu-util
|
test-mu-util
|
||||||
|
test-parser
|
||||||
|
test-tokenizer
|
||||||
|
test-utils
|
||||||
|
tokenize
|
||||||
|
test-command-parser
|
||||||
|
test-mu-utils
|
||||||
|
test-sexp-parser
|
||||||
|
test-scanner
|
||||||
|
/guile/tests/test-mu-guile
|
||||||
|
|
||||||
mu4e-meta.el
|
mu4e-meta.el
|
||||||
mu4e.pdf
|
mu4e.pdf
|
||||||
texinfo.tex
|
texinfo.tex
|
||||||
@ -84,20 +93,13 @@ configure.lineno
|
|||||||
/mu4e/mu4e-about.el
|
/mu4e/mu4e-about.el
|
||||||
/mu4e/stamp-vti
|
/mu4e/stamp-vti
|
||||||
/mu4e/version.texi
|
/mu4e/version.texi
|
||||||
/guile/tests/test-mu-guile
|
|
||||||
/lib/doxyfile
|
/lib/doxyfile
|
||||||
/version.texi
|
/version.texi
|
||||||
/compile
|
/compile
|
||||||
build-aux/
|
build-aux/
|
||||||
/TAGS
|
/TAGS
|
||||||
/lib/parser/parse
|
parse
|
||||||
/lib/parser/test-parser
|
|
||||||
/lib/parser/test-tokenizer
|
|
||||||
/lib/parser/test-utils
|
|
||||||
/lib/parser/tokenize
|
|
||||||
/lib/utils/test-command-parser
|
|
||||||
/lib/utils/test-mu-utils
|
|
||||||
/lib/utils/test-sexp-parser
|
|
||||||
*_flymake.*
|
*_flymake.*
|
||||||
*_flymake_*
|
*_flymake_*
|
||||||
/perf.data
|
/perf.data
|
||||||
@ -109,3 +111,4 @@ perf.data.old
|
|||||||
/mu/mu-memcheck
|
/mu/mu-memcheck
|
||||||
mu-*-coverage
|
mu-*-coverage
|
||||||
mu*tar.xz
|
mu*tar.xz
|
||||||
|
compile_commands.json
|
||||||
|
|||||||
Reference in New Issue
Block a user