-
Notifications
You must be signed in to change notification settings - Fork 627
/
.gitignore
67 lines (57 loc) · 1.07 KB
/
.gitignore
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
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
obj
# Precompiled Headers
*.gch
*.pch
/bin
# Ignore CMake outputs
compile_commands.json
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
# Ignore outputs from "perf record"
perf.data
perf.data.old
# Default/recommended install directory for vcpkg
**/vcpkg
# Other misc stuff
*.VC.*
**/.vscode
**/build
**/build-*
**/build.bat
**/log.txt
**/.vs
/src/steamnetworkingsockets/Messageswin64Debug/*
/src/steamnetworkingsockets/certtool/win64/*
/src/steamnetworkingsockets/clientlib/win64/*
*.swp
/.github/build-ci-ccache
*.log
*build-ci-ccache*
vcpkg_installed
.p4config
P4CONFIG
# We use cmake, so no Visual studio project files should be in git
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.vpc_crc
*.vpc.sentinel
*_from_partner.bat
src/mp.bat
*_changes.html
# Unfortunately, in the partner branch we compile our generated protobufs
# directly into the common folder
src/common/*.pb.cc
src/common/*.pb.h
# Protobuf has some test scripts and we get warnings about line endings
src/external/protobuf-3.15.3/**/*.sh