-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (82 loc) · 1.17 KB
/
.gitignore
File metadata and controls
100 lines (82 loc) · 1.17 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# CMake-generated files
.ninja_deps
.ninja_logs
cmake/protobuf/*.cmake
cmake_install.cmake
CMakeCache.txt
CTestTestfile.cmake
CMakeFiles/*
Testing/Temporary/*
/core
/protoc
/test_plugin
/tests
/lite-test
/protoc-*.*
# downloaded files
/gmock
# in-tree configure-generated files
/config.h
config.log
config.status
libtool
protobuf-lite.pc
protobuf.pc
.deps
stamp-h1
# in-tree build products
*.o
*.lo
*.la
*.so
*.a
.dirstamp
# python and common
*pb2.py
*.pyc
*.pyi
*.egg-info
*_pb2.py
*_pb2_grpc.py
python/**/*.egg
python/.eggs/
python/.tox
.tox/
python/build/
*/protobufs/*.py
*/protobufs/*.pyi
python/docs/_build/
/__pycashe__/
src/js_embed
# vim generated
*.swp
# Directories suggested by cmake/README.md
/debug/
/solution/
/release/
# Cocoapods artifacts
# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
# needed to trigger "pod install" to rerun the preinstall commands.
Pods/
# Common build subdirectories.
.build/
_build/
# Visual Studio 2017
.vs
# Visual Studio Code
/.vscode/
# IntelliJ
.idea
*.iml
# Eclipse
**/.settings
**/.project
**/.classpath
.cache
/venv
/coverage-reports
# Unittests
.coverage
.scannerwork
coverage.xml
pytest-report.xml