-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (52 loc) · 905 Bytes
/
Copy path.gitignore
File metadata and controls
61 lines (52 loc) · 905 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
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
# Build output directories
x64/
build/
out/
bin/
obj/
Release/
Debug/
# But allow Build/ scripts directory (capital B)
!Build/
Build/Output/
Build/Artifacts/
# CMake generated
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
# vcpkg artifacts (not our vendored libs in external/)
vcpkg_installed/
.vcpkg-root
# Visual Studio user files
*.user
*.suo
.vs/
# Compiled binaries (not static libs in external/)
*.exe
*.dll
*.obj
*.pdb
# Intermediate files
*.filters
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.opendb
# Keep vendored libraries in external/
!external/lib/**/*.lib
# Keep solution and project files for students
!*.sln
!*.vcxproj
# Release artifacts (binaries for GitHub Releases, not source)
release-package/
AppPackages/
ManpWinUI/Release-Output/
Release-Output/
*.zip
/ManpLab-Portable-1.1.1-x64
*.7z
/ManpCore.Native/Resources/InitialConditions - Copy.csv