From bab3fa397dd3f6c932a272cedde79d175c667910 Mon Sep 17 00:00:00 2001 From: Tomáš Chvátal Date: Mon, 1 Dec 2014 14:21:06 +0100 Subject: Create new autotools buildsystem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reflect what was done before and try to mimic it Remove ChangeLog, now autogenerated for dist target Remove confusing gettext README and try to add new approach for translations [JK: Fixed build without RPC support] Signed-off-by: Tomáš Chvátal Signed-off-by: Jan Kara --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..940fd41 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +m4/ +aclocal.m4 +ar-lib +autom4te.cache/ +compile +configure +install-sh +missing +*~ +*.bak +config.h +config.log +config.guess +config.rpath +config.sub +config.status +mkinstalldirs +ABOUT-NLS +depcomp +*.in +Makefile +stamp-h1 +.deps +ChangeLog +rquota.c +rquota.h +*.o +rquota_clnt.c +convertquota +edquota +quot +quota +quotacheck +quotaon +quotastats +quotasync +repquota +rpc.rquotad +setquota +warnquota +xqmstats +libquota.a +librpcclient.a -- cgit v1.2.3