From b397f22eb42d3a6439452e486b657a6a936c6163 Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Fri, 18 Sep 2015 15:33:29 +0300 Subject: [PATCH] Added tags and core to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 744c2f9..5e71e6b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,11 +4,14 @@ Makefile.in test/Makefile.in test/Makefile test/tests.err +core +*/core *.o *.lo *.la .deps .libs +tags aclocal.m4 autom4te.cache/ config.guess @@ -23,4 +26,4 @@ libtool ltmain.sh missing stamp-h1 - +*.swp -- 2.39.2