Skip to content

Commit 81a552b

Browse files
committedJan 8, 2019
Add a .ccls file to this project.
1 parent e6b302c commit 81a552b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎.ccls

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
%clang
2+
%c -std=c11
3+
%c -pthread
4+
%h --include=Global.h
5+
6+
# Includes
7+
-I/usr/include

‎.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# ycmd config
2-
.ycm_extra_conf.py
1+
# ccls
2+
.ccls-cache
33

44
# Prerequisites
55
*.d

0 commit comments

Comments
 (0)
Please sign in to comment.