Add some files that need to be put in .gitignore
This commit is contained in:
parent
775391442d
commit
63f76a00c2
2 changed files with 8 additions and 13 deletions
19
Makefile.am
19
Makefile.am
|
@ -29,18 +29,13 @@ distclean-local:
|
||||||
rm -f ChangeLog; \
|
rm -f ChangeLog; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
GITIGNOREFILES = \
|
||||||
|
m4
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = \
|
MAINTAINERCLEANFILES = \
|
||||||
$(srcdir)/aclocal.m4 \
|
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
|
||||||
$(srcdir)/autoscan.log \
|
$(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
|
||||||
$(srcdir)/compile \
|
$(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
|
||||||
$(srcdir)/config.guess \
|
INSTALL
|
||||||
$(srcdir)/config.h.in \
|
|
||||||
$(srcdir)/config.sub \
|
|
||||||
$(srcdir)/configure.scan \
|
|
||||||
$(srcdir)/depcomp \
|
|
||||||
$(srcdir)/install-sh \
|
|
||||||
$(srcdir)/missing \
|
|
||||||
$(srcdir)/ChangeLog \
|
|
||||||
`find "$(srcdir)" -type f -name Makefile.in -print`
|
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|
|
@ -42,6 +42,7 @@ vala_sources = \
|
||||||
contacts-contact-frame.vala \
|
contacts-contact-frame.vala \
|
||||||
contacts-window.vala \
|
contacts-window.vala \
|
||||||
main.vala \
|
main.vala \
|
||||||
|
contact-resources.c \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
gsettings_ENUM_NAMESPACE = org.gnome.Contacts
|
gsettings_ENUM_NAMESPACE = org.gnome.Contacts
|
||||||
|
@ -59,7 +60,6 @@ contact-resources.c: $(top_srcdir)/data/contacts.gresource.xml $(resource_files)
|
||||||
gnome_contacts_SOURCES = \
|
gnome_contacts_SOURCES = \
|
||||||
$(vala_sources) \
|
$(vala_sources) \
|
||||||
cc-crop-area.c \
|
cc-crop-area.c \
|
||||||
contact-resources.c \
|
|
||||||
contacts-esd-setup.c \
|
contacts-esd-setup.c \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue