diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2016-08-09 17:20:40 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2016-08-09 17:21:04 +0100 |
commit | da2e612fa8f00ae2eca72d136037652d87c27d2a (patch) | |
tree | 21a3edc1b3b12ede14b0028d9ec49b88b177ab92 /git.mk | |
parent | 2d2f8e3fa3d39228f3be548789fc21774eaf52a6 (diff) | |
download | gtk+-da2e612fa8f00ae2eca72d136037652d87c27d2a.tar.gz |
git.mk: Add config.rpath to the list of ignored files
This finally cleans up the `git status` output.
Diffstat (limited to 'git.mk')
-rw-r--r-- | git.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL = \ compile \ config.guess \ config.sub \ + config.rpath \ depcomp \ install-sh \ ltmain.sh \ |