diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-26 23:13:36 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-26 23:21:34 +0200 |
commit | 5c94caf12b1bd9702160a4c0be7e1f9bcbb2985c (patch) | |
tree | 3769262245a43cfe306cd3d31eac9559cd732e17 | |
parent | 29c8aff538d89d7aaeb12447cef1cee363cc6849 (diff) |
.gitignore: ignore "tags"
Change-Id: I79dc9c9bb2ad299adb6b06b66410d12a9b77c3cd
-rw-r--r-- | .gitignore | 10 |
1 files changed, 4 insertions, 6 deletions
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? |