From: Tony Crisci Date: Wed, 23 Oct 2013 16:57:32 +0000 (-0400) Subject: Add `.clang_complete` and `Xdummy.so` to gitignore X-Git-Tag: 4.7~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=1110a1bed62ac21b7dc21fdab465e7ae66978b5a;p=i3%2Fi3 Add `.clang_complete` and `Xdummy.so` to gitignore Adds two files to gitignore. `.clang_complete` is created by the clang_complete vim plugin [https://github.com/Rip-Rip/clang_complete] `Xdummy.so` is created by compiling the Xdummy module. --- diff --git a/.gitignore b/.gitignore index 0160a246..600b4fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ docs/*.html !/docs/refcard.html i3-command-parser.stamp i3-config-parser.stamp +.clang_complete diff --git a/testcases/.gitignore b/testcases/.gitignore index c11c5563..294f0dae 100644 --- a/testcases/.gitignore +++ b/testcases/.gitignore @@ -8,3 +8,4 @@ inc META.yml i3-cfg-for-* - +Xdummy.so