-
Notifications
You must be signed in to change notification settings - Fork 185
/
.gitignore
75 lines (60 loc) · 1.05 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
68
69
70
71
72
73
74
75
.git/
.idea/
# Visual Studio
.vs/
*.vcxproj*
VS_Solution/*
!VS_Solution/generate_vs_solution.bat
# Ninja
ClangNinja/*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
# CLion
# Not ignoring CLion files as I want the project targets & settings, inspections etc to be able to be shared
_ReSharper.Caches/
cmake-build-debug/
cmake-build-release/
CMakeFiles/
# Binaries & Intermediates
Output/
ue4ss_rewrite_maybe_main.dir/
VS_Solution/vendor/
VS_Solution/Dependencies/
/VS_Solution/cppsdk/
Releases/
Binaries/
Intermediates/
# standard cmake build directory
/build
# Others
*.tlog
*.log
*.obj
*.idb
*.pdb
*.lastbuildstate
*.recipe
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JetBrains Rider
*.sln.iml
# VS Code files for those working on multiple tools
.vscode/*
*.code-workspace
# Local History for Visual Studio Code
.history/
/generated_include/build_number.hpp
/docs-repo
/deps/first/patternsleuth_bind/target
# clangd cache
.cache
.xwin-cache
# xmake generated projects
vsxmake2022