mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-06 09:08:05 +02:00
trivial: Fix the gitignore files
This commit is contained in:
parent
efa97d515f
commit
5b02923e01
2 changed files with 15 additions and 14 deletions
28
Makefile.am
28
Makefile.am
|
|
@ -30,20 +30,20 @@ EXTRA_DIST = \
|
|||
ChangeLog
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
$(srcdir)ABOUT-NLS \
|
||||
$(srcdir)aclocal.m4 \
|
||||
$(srcdir)build-aux \
|
||||
$(srcdir)ChangeLog \
|
||||
$(srcdir)config.h.in \
|
||||
$(srcdir)gtk-doc.make \
|
||||
$(srcdir)po/Makefile.in.in~ \
|
||||
$(srcdir)po/Makevars.template \
|
||||
$(srcdir)po/Rules-quot \
|
||||
$(srcdir)po/e*.header \
|
||||
$(srcdir)po/*.sin \
|
||||
$(srcdir)po/*.sed \
|
||||
$(srcdir)*.tar.xz \
|
||||
$(srcdir)INSTALL
|
||||
ABOUT-NLS \
|
||||
aclocal.m4 \
|
||||
build-aux \
|
||||
ChangeLog \
|
||||
config.h.in \
|
||||
gtk-doc.make \
|
||||
po/Makefile.in.in~ \
|
||||
po/Makevars.template \
|
||||
po/Rules-quot \
|
||||
po/e*.header \
|
||||
po/*.sin \
|
||||
po/*.sed \
|
||||
*.tar.xz \
|
||||
INSTALL
|
||||
|
||||
snapshot:
|
||||
$(MAKE) dist distdir=$(PACKAGE)-$(VERSION)-`date +"%Y%m%d"`
|
||||
|
|
|
|||
|
|
@ -223,6 +223,7 @@ CLEANFILES = $(BUILT_SOURCES)
|
|||
|
||||
MAINTAINERCLEANFILES = \
|
||||
$(dbusconf_DATA) \
|
||||
$(systemdservice_DATA) \
|
||||
$(dbusservice_DATA)
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue