]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
add .vimrc
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 23 Jan 2012 03:42:11 +0000 (04:42 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 23 Jan 2012 03:42:11 +0000 (04:42 +0100)
.gitignore
.vimrc [new file with mode: 0644]

index d27424ba9af808837e72d1ea84259d7fec0a942c..055d59511d3cbe8e95d71286e7eb5fa93a18953f 100644 (file)
@@ -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 (file)
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