After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 704678 - gitignore: Ignore more test executables and the .pot file
gitignore: Ignore more test executables and the .pot file
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-22 12:42 UTC by Emanuele Aina
Modified: 2013-07-23 18:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gitignore: Ignore more test executables and the .pot file (972 bytes, patch)
2013-07-22 12:54 UTC, Emanuele Aina
committed Details | Review

Description Emanuele Aina 2013-07-22 12:42:07 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.
Comment 1 Emanuele Aina 2013-07-22 12:54:30 UTC
Created attachment 249797 [details] [review]
gitignore: Ignore more test executables and the .pot file
Comment 2 Juan A. Suarez Romero 2013-07-23 18:33:02 UTC
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