notmuch/performance-test/.gitignore
Vladimir Panteleev ca4688e103 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-18 19:42:35 -03:00

4 lines
43 B
Text

/tmp.*/
/log.*/
/corpus/
/notmuch.cache.*/