From 5c94caf12b1bd9702160a4c0be7e1f9bcbb2985c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 26 Oct 2013 23:13:36 +0200 Subject: .gitignore: ignore "tags" Change-Id: I79dc9c9bb2ad299adb6b06b66410d12a9b77c3cd --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d4526a904caa..fb97926c7221 100644 --- a/.gitignore +++ b/.gitignore @@ -24,15 +24,9 @@ /workdir /solver -# these two are dubbious. when the installed is reworked -# it would be best to find them a new home -/instsetoo_native/util/LibreOffice -/instsetoo_native/util/LibreOffice_SDK - # where the external downloads maybe located /src - # autoconf generated stuff /aclocal.m4 /autom4te.cache @@ -57,6 +51,10 @@ /AUTHORS /MAINTAINERS +# make tags + +/tags + # backup and temporary editor files: the only convinience rules allowed here. *~ .*sw? -- cgit