From b59efc08a6bd64b65d20f54d60da5e80654411fc Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sun, 18 Sep 2016 20:20:59 -0400 Subject: [PATCH] add a .gitignore file Signed-off-by: Felix Janda Signed-off-by: Sven Verdoolaege --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a67e0b54 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +dist/aclocal.m4 +dist/autom4te.cache +dist/compile +dist/config.* +dist/configure +dist/depcomp +dist/install-sh +dist/ltmain.sh +dist/Makefile.in +dist/m4/libtool.m4 +dist/m4/lt*.m4 +dist/missing +dist/stamp-h.in +dist/tags +cl/extern.h +common/extern.h +*_def.h +ex/extern.h +ex/version.h +gtk/extern.h +ip/extern.h +ipc/extern.h +ipc/ipc_gen.c +motif/extern.h +motif_l/extern.h +perl_api/extern.h +tcl_api/extern.h +vi/extern.h -- 2.11.4.GIT