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.
next
Tony Crisci 2013-10-23 12:57:32 -04:00 committed by Michael Stapelberg
parent cce3c8066a
commit 1110a1bed6
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@ docs/*.html
!/docs/refcard.html
i3-command-parser.stamp
i3-config-parser.stamp
.clang_complete

View File

@ -8,3 +8,4 @@ inc
META.yml
i3-cfg-for-*
-
Xdummy.so