diff options
author | Ikey Doherty | 2015-08-20 07:42:06 +0100 |
---|---|---|
committer | Ikey Doherty | 2015-08-20 08:29:21 +0100 |
commit | 96e306f4f84309d2d2f8fbc1ad5b9b7e93f85abc (patch) | |
tree | 50bbe724a8f7eaaf1fe57b3889452d37e65b440c /.gitignore | |
parent | 0446c2e11ab6cadb17da7c09313eee226dcc40e1 (diff) | |
download | solarc-firefox-theme-96e306f4f84309d2d2f8fbc1ad5b9b7e93f85abc.tar.gz solarc-firefox-theme-96e306f4f84309d2d2f8fbc1ad5b9b7e93f85abc.tar.xz solarc-firefox-theme-96e306f4f84309d2d2f8fbc1ad5b9b7e93f85abc.zip |
Add autotools based build system
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,2 +1,12 @@ *.xpi .sass-cache/ + +Makefile +Makefile.in +config.log +config.status +configure +install-sh +*.m4 +missing +autom4te.cache/ |