-
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (24 loc) · 619 Bytes
/
.gitignore
File metadata and controls
34 lines (24 loc) · 619 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# added by GitSavvy
/easy_clang_complete.sublime-workspace
# added by GitSavvy
/test.c
# added by GitSavvy
/test.cpp
# added by GitSavvy
/easy_auto_complete.sublime-workspace
# added by GitSavvy
/tests/cmake_tests/.clang_complete
/plugin/utils/__pycache__/
*__pycache__/
EasyClangComplete.sublime-workspace
*.pyc
/docs/.sass-cache/
/site/
/tests/bazel_project/bazel-bazel_project
/tests/bazel_project/bazel-bin
/tests/bazel_project/bazel-out
/tests/bazel_project/bazel-testlogs
/tests/bazel_project/compile_commands.json
tests/bazel/good_project/bazel-*
*compile_commands.json
tests/bazel/bad_project/bazel-*