GNOME Bugzilla – Bug 704678
gitignore: Ignore more test executables and the .pot file
Last modified: 2013-07-23 18:33:05 UTC
Without the patch, after a `make check`: $ git status ?? po/grilo-plugins.pot ?? tests/apple-trailers/test_apple_trailers ?? tests/bliptv/test_bliptv ?? tests/tmdb/test_tmdb_fast_resolution_by_id The patch now should make `git status` clean again.
Created attachment 249797 [details] [review] gitignore: Ignore more test executables and the .pot file
commit 0bbb0c9a10a356e115d37de507ed7895d66d5815 Author: Emanuele Aina <emanuele.aina@collabora.com> Date: Mon Jul 22 13:54:37 2013 +0200 gitignore: Ignore more test executables and the .pot file https://bugzilla.gnome.org/show_bug.cgi?id=704678 .gitignore | 1 + tests/.gitignore | 3 +++ 2 files changed, 4 insertions(+) Attachment 249797 [details] pushed as 0bbb0c9 - gitignore: Ignore more test executables and the .pot file