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 700061 - build: Use git.mk to generate .gitignore files
build: Use git.mk to generate .gitignore files
Status: RESOLVED FIXED
Product: gnome-photos
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-05-10 11:50 UTC by Emanuele Aina
Modified: 2013-05-14 15:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Use git.mk to generate .gitignore files (11.52 KB, patch)
2013-05-10 11:50 UTC, Emanuele Aina
committed Details | Review

Description Emanuele Aina 2013-05-10 11:50:39 UTC
Currently no .gitignore is provided and it is a bit cumbersome to see the
status of the working directory. Other than that it is easy to overlook any new
files which has not been added to the git index and then calling `git clean` to
try a clean build would result in loss of work.
Comment 1 Emanuele Aina 2013-05-10 11:50:41 UTC
Created attachment 243765 [details] [review]
build: Use git.mk to generate .gitignore files
Comment 2 Debarshi Ray 2013-05-14 15:18:41 UTC
Review of attachment 243765 [details] [review]:

Thanks for the patch. Pushed after making the following style change.

::: Makefile.am
@@ +58,3 @@
+	$(NULL)
+
+GITIGNOREFILES=m4/ config/

Better to put these on separate lines terminated by $(NULL) to match the other Makefile.ams.