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.
This commit is contained in:
parent
cce3c8066a
commit
1110a1bed6
|
@ -31,3 +31,4 @@ docs/*.html
|
|||
!/docs/refcard.html
|
||||
i3-command-parser.stamp
|
||||
i3-config-parser.stamp
|
||||
.clang_complete
|
||||
|
|
|
@ -8,3 +8,4 @@ inc
|
|||
META.yml
|
||||
i3-cfg-for-*
|
||||
-
|
||||
Xdummy.so
|
||||
|
|
Loading…
Reference in New Issue