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 775131 - Update .gitignore to include gd-tagged-entry-resources.*
Update .gitignore to include gd-tagged-entry-resources.*
Status: RESOLVED FIXED
Product: libgd
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: libgd maintainer(s)
libgd maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-11-26 11:14 UTC by Debarshi Ray
Modified: 2016-11-26 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update gitignore (560 bytes, patch)
2016-11-26 11:15 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2016-11-26 11:14:24 UTC
We need to update .gitignore to avoid this after every build:

[rishi@svoboda libgd]$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

	libgd/gd-tagged-entry-resources.c
	libgd/gd-tagged-entry-resources.h

nothing added to commit but untracked files present (use "git add" to track)
Comment 1 Debarshi Ray 2016-11-26 11:15:25 UTC
Created attachment 340793 [details] [review]
Update gitignore
Comment 2 Cosimo Cecchi 2016-11-26 11:39:43 UTC
Review of attachment 340793 [details] [review]:

Thanks!