summaryrefslogtreecommitdiffstats
path: root/debian/.gitignore
AgeCommit message (Collapse)Author
2017-09-17debian: update gitignoreDavid Bremner
elpa-notmuch is a new binary package, notmuch-dbg is no longer generated.
2017-08-18Use rooted paths in .gitignore filesVladimir Panteleev
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".
2015-01-03debian: update ./debian/.gitignoreDavid Bremner
One binary package was renamed, and notmuch-dbg was mysteriously missing from the existing .gitignore.
2013-06-02debian: update .gitignoreDavid Bremner
Several packages have been added or renamed, but their build detritus not yet ignored.
2012-03-03debian: update .gitignoreDavid Bremner
Ignore individual binary package directories.
2010-04-19debian: Make git ignore several intermediate files.Carl Worth
The "make release" target doesn't cause these to be left around, but manually doing something like ./debian/rules/build can.