]> git.sur5r.net Git - i3/i3/commitdiff
Add `.clang_complete` and `Xdummy.so` to gitignore
authorTony Crisci <tony@dubstepdish.com>
Wed, 23 Oct 2013 16:57:32 +0000 (12:57 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 23 Oct 2013 21:24:04 +0000 (23:24 +0200)
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.

.gitignore
testcases/.gitignore

index 0160a2467615241286a85a85e66195864de33c8e..600b4fb0b62de44a3dfb18d6fdcd99ef80b34899 100644 (file)
@@ -31,3 +31,4 @@ docs/*.html
 !/docs/refcard.html
 i3-command-parser.stamp
 i3-config-parser.stamp
+.clang_complete
index c11c55636aecd695af5fb8fba34b753ec7f36a7e..294f0daef79b134b469575167daf246a0dc152fe 100644 (file)
@@ -8,3 +8,4 @@ inc
 META.yml
 i3-cfg-for-*
 -
+Xdummy.so