| Age | Commit message (Collapse) | Author |
|
elpa-notmuch is a new binary package, notmuch-dbg is no longer generated.
|
|
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".
|
|
One binary package was renamed, and notmuch-dbg was mysteriously
missing from the existing .gitignore.
|
|
Several packages have been added or renamed, but their build detritus
not yet ignored.
|
|
Ignore individual binary package directories.
|
|
The "make release" target doesn't cause these to be left around, but
manually doing something like ./debian/rules/build can.
|