On Mon, Mar 7, 2011 at 4:17 AM, Lennart Poettering <[email protected]> wrote: > Next time, please do not use tabs! >
Well, this is what vim does by default. What about attached patch then?
From: Andrey Borzenkov <[email protected]> Subject: [PATCH] add .vimrc to .gitignore --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index c5bb575..0584d90 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ ltmain.sh *.tar.gz *.tar.xz libtool +.vimrc -- tg: (7fc7012..) upstream/vimrc (depends on: master)
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
