notmuch/bindings/ruby
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
..
.gitignore Use rooted paths in .gitignore files 2017-08-18 19:42:35 -03:00
database.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
defs.h Use https instead of http where possible 2016-06-05 08:32:17 -03:00
directory.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
extconf.rb fix out of tree build 2017-03-12 09:17:29 -03:00
filenames.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
init.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
message.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
messages.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
query.c lib: replace deprecated n_q_count_threads with status returning version 2017-03-22 08:35:07 -03:00
rdoc.sh ruby: Remove the split file hack from rdoc.sh 2011-07-29 09:44:44 +03:00
README build: integrate building ruby bindings into notmuch build process 2015-06-12 09:12:28 +02:00
status.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
tags.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
thread.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
threads.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00

To build the the notmuch ruby extension, run the following commands
from the *top level* notmuch source directory:

% ./configure
% make ruby-bindings

The generic documentation about building notmuch also applies.