[systemd-commits] .gitignore .vimrc
Kay Sievers
kay at kemper.freedesktop.org
Sun Jan 22 19:43:12 PST 2012
.gitignore | 4 ----
.vimrc | 4 ++++
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit c97e8d10fe35ab282725deb3e05542a598e46cb1
Author: Kay Sievers <kay.sievers at vrfy.org>
Date: Mon Jan 23 04:42:11 2012 +0100
add .vimrc
diff --git a/.gitignore b/.gitignore
index d27424b..055d595 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,7 +78,6 @@ systemadm
*.8
*.html
*~
-*.tar.gz
*.o
*.lo
*.a
@@ -102,8 +101,5 @@ stamp-*
*.stamp
/Makefile
ltmain.sh
-*.tar.bz2
-*.tar.gz
*.tar.xz
libtool
-.vimrc
diff --git a/.vimrc b/.vimrc
new file mode 100644
index 0000000..366fbdc
--- /dev/null
+++ b/.vimrc
@@ -0,0 +1,4 @@
+" 'set exrc' in ~/.vimrc will read .vimrc from the current directory
+set tabstop=8
+set shiftwidth=8
+set expandtab
More information about the systemd-commits
mailing list