diff options
author | Karel Zak | 2013-09-12 11:11:15 +0200 |
---|---|---|
committer | Karel Zak | 2013-09-12 11:11:15 +0200 |
commit | 35ab31266e2e788b80437809d39e1d8e4806e19c (patch) | |
tree | 0cb501d2162b85791b2eb049adbb3b75858aff58 /.gitignore | |
parent | rev: fix new line regression (diff) | |
download | kernel-qcow2-util-linux-35ab31266e2e788b80437809d39e1d8e4806e19c.tar.gz kernel-qcow2-util-linux-35ab31266e2e788b80437809d39e1d8e4806e19c.tar.xz kernel-qcow2-util-linux-35ab31266e2e788b80437809d39e1d8e4806e19c.zip |
build-sys: add *vim and clang_complete to gitignore
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 965cc401e..aedce561d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.gcno *.gcov *.pyc +*.vim Makefile aclocal.m4 autom4te.cache @@ -47,6 +48,7 @@ tags .tarball-version .version .dirstamp +.clang_complete config/ltmain.sh config/test-driver test-suite.log |