mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-09 10:39:03 +08:00
c5d57c03ee
* Replace protobuf 2.6.1 with 3.21.8 * Update/add protobuf libs * Add CS2 protos * Remove old csgo/dota protos * Add versioned protoc bin * Comment out Valve's `schema` define for now * Use ENetworkDisconnectionReason * Fix-up `offsetof` to avoid errors on some Clang versions
20 lines
500 B
Plaintext
20 lines
500 B
Plaintext
prune google/protobuf/internal/import_test_package
|
|
exclude google/protobuf/internal/*_pb2.py
|
|
exclude google/protobuf/internal/*_test.py
|
|
exclude google/protobuf/internal/*.proto
|
|
exclude google/protobuf/internal/test_util.py
|
|
|
|
recursive-include google *.cc
|
|
recursive-include google *.h
|
|
|
|
recursive-exclude google *_test.py
|
|
recursive-exclude google *_test.proto
|
|
recursive-exclude google unittest*_pb2.py
|
|
|
|
global-exclude *.dll
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude *.so
|
|
|
|
include LICENSE
|