This website requires JavaScript.
Explore
Help
Sign in
debian
/
notmuch
Watch
1
Star
0
Fork
You've already forked notmuch
0
mirror of
https://git.notmuchmail.org/git/notmuch
synced
2024-11-21 18:38:08 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
684eeb65c7
notmuch
/
emacs
/
.gitignore
6 lines
61 B
Text
Raw
Normal View
History
Unescape
Escape
Use rooted paths in .gitignore files A leading / in paths in a .gitignore file matches the beginning of the path, meaning that for patterns without slashes, git will match files only in the current directory as opposed to in any subdirectory. Prefix relevant paths with / in .gitignore files, to prevent accidentally ignoring files in subdirectories and possibly slightly improve the performance of "git status".
2017-08-17 02:41:10 +02:00
/.eldeps*
/*.elc
emacs: build docstring (rsti) files These are intended to included in the sphinx manual for notmuch-emacs. The stamp file makes it easier to depend on the docstrings from other parts of the build
2018-06-14 02:32:38 +02:00
/*.rsti
Use rooted paths in .gitignore files A leading / in paths in a .gitignore file matches the beginning of the path, meaning that for patterns without slashes, git will match files only in the current directory as opposed to in any subdirectory. Prefix relevant paths with / in .gitignore files, to prevent accidentally ignoring files in subdirectories and possibly slightly improve the performance of "git status".
2017-08-17 02:41:10 +02:00
/notmuch-version.el
/notmuch-pkg.el
Reference in a new issue
Copy permalink