Skip to content

Commit 70085d2

Browse files
yetistraveit65
authored andcommitted
Support git.mk to generate .gitignore
1 parent e90936e commit 70085d2

File tree

28 files changed

+56
-0
lines changed

28 files changed

+56
-0
lines changed

accessx-status/pixmaps/16x16/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ accessx_status_icons_DATA = \
3939
EXTRA_DIST = \
4040
$(accessx_status_icons_DATA)
4141

42+
43+
-include $(top_srcdir)/git.mk

accessx-status/pixmaps/24x24/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ accessx_status_icons_DATA = \
3939
EXTRA_DIST = \
4040
$(accessx_status_icons_DATA)
4141

42+
43+
-include $(top_srcdir)/git.mk

accessx-status/pixmaps/32x32/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ accessx_status_icons_DATA = \
3939
EXTRA_DIST = \
4040
$(accessx_status_icons_DATA)
4141

42+
43+
-include $(top_srcdir)/git.mk

accessx-status/pixmaps/48x48/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ accessx_status_icons_DATA = \
3939
EXTRA_DIST = \
4040
$(accessx_status_icons_DATA)
4141

42+
43+
-include $(top_srcdir)/git.mk

command/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ EXTRA_DIST = \
4242
$(command_gschema_in_files)
4343

4444
CLEANFILES = $(applets_DATA) $(applets_DATA).in $(service_DATA) $(gsettings_SCHEMAS) *.gschema.valid
45+
46+
-include $(top_srcdir)/git.mk

netspeed/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
SUBDIRS = data help icons src
22

33

4+
5+
-include $(top_srcdir)/git.mk

netspeed/data/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ CLEANFILES = \
3939
$(applet_in_files) \
4040
org.mate.applets.NetspeedApplet.mate-panel-applet
4141

42+
43+
-include $(top_srcdir)/git.mk

netspeed/icons/16x16/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
SUBDIRS = apps devices
22

3+
4+
-include $(top_srcdir)/git.mk

netspeed/icons/16x16/apps/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ icons_DATA = \
99

1010
EXTRA_DIST = \
1111
$(icons_DATA)
12+
13+
-include $(top_srcdir)/git.mk

netspeed/icons/16x16/devices/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ icons_DATA = \
99

1010
EXTRA_DIST = \
1111
$(icons_DATA)
12+
13+
-include $(top_srcdir)/git.mk

0 commit comments

Comments
 (0)