From 669083ee9eda63af65d7cfc43968947f09162996 Mon Sep 17 00:00:00 2001 From: Cyril Bur Date: Wed, 4 May 2016 09:25:44 +1000 Subject: [PATCH] Add root .gitignore This project uses autotools which generates many files not kept in git. This commit adds files generated by: ./bootstrap ./configure Signed-off-by: Cyril Bur Signed-off-by: Samuel Mendoza-Jonas --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77b16f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +ABOUT-NLS +Makefile.in +aclocal.m4 +autom4te.cache/* +compile +config.guess +config.h.in +config.log +config.rpath +config.sub +configure +cscope.out +depcomp +install-sh +ltmain.sh +m4/* +missing +po/* +test-driver +ylwrap -- 2.39.2