Formatting and .gitignore

This commit is contained in:
Håvard Pettersson 2017-02-03 16:03:47 -08:00
parent 29f4ec6a5c
commit 334690f40f
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
build
.ycm_extra_conf.*

View File

@ -20,4 +20,6 @@
find_path(WeeChat_INCLUDE_DIRS weechat/weechat-plugin.h)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(WeeChat FOUND_VAR WeeChat_FOUND REQUIRED_VARS WeeChat_INCLUDE_DIRS)
find_package_handle_standard_args(WeeChat
FOUND_VAR WeeChat_FOUND
REQUIRED_VARS WeeChat_INCLUDE_DIRS)