From e2f70dd7ab5bce7701bf9ff652081f91ba2635b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 21 May 2012 10:31:59 +0200 Subject: [PATCH] Include .gitignore in the repository It contains the build files to exclude from git. --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5507fb4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +aclocal.m4 +autom4te.cache/ +configure +Makefile +config.log +config.status +patch-stamp +po/Makefile +po/Makefile.in +po/POTFILES +build-stamp +sarg +po/remove-potcdate.sed +po/sarg.pot +m4 +po/Makevars.template +po/stamp-po +po/*.gmo -- 2.47.2