diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2013-03-25 12:05:42 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2013-03-25 12:09:09 -0400 |
commit | 15ca3117fd3c39874dadb6aee47eebc05ab7001e (patch) | |
tree | e2269143d5fe6a53ea1c46e469dbd216878f0e18 /Makefile.am | |
parent | be0dcbf764b68e4b6c6f045cea9ba9474464fd09 (diff) | |
download | adwaita-icon-theme-15ca3117fd3c39874dadb6aee47eebc05ab7001e.tar.gz |
build: update .gitignore
Don't use git.mk, just a static .gitignore.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 84adf7777..ba07e815e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,5 +3,3 @@ cursordir = $(datadir)/icons/Adwaita/cursors cursor_DATA = $(wildcard data/*) EXTRA_DIST = $(cursor_DATA) - --include $(top_srcdir)/git.mk |