forked from namreeb/namigator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
61 lines (61 loc) · 1.18 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
/.vs/MapViewer/v14/*.suo
/Debug
/MapViewer/Debug
/utility/Debug/*.idb
/parser/Debug
/parser/*.user
/utility/Debug/*.pdb
/utility/Debug/*.obj
/utility/Debug
/ipch/ANTTWEAKBAR-5f4de96b/*.ipch
/*.sdf
/ipch/STORMLIB-4af47af8/*.ipch
/utility/*.user
/.vs/maps/v14/*.suo
/MapViewer/x64/Debug/*.pdb
/*.opensdf
/MapViewer/*.aps
/MapViewer/pixelShader.hpp
/MapViewer/vertexShader.hpp
/MapViewer/*.user
/MapViewer/Release
/parser/Release
/utility/Release
/Release
/RecastDetourBuild/Recast/Debug
/MapBuilder/Debug
/MapBuilder/*.user
/pathfind/Debug
/MapBuilder/x64/Debug
/pathfind/Release
/MapBuilder/Release
/RecastDetourBuild/Debug
/RecastDetourBuild/Release
/RecastDetourBuild/*.user
/*.opendb
/x64
/MapViewer/x64/Debug
/RecastDetourBuild/x64/Debug
/parser/x64/Debug
/pathfind/x64/Debug
/utility/x64/Debug
/maps.VC.db
/ipch/STORMLIB_VS15-5647bf9b/*.ipch
/MapBuilder/x64/Release
/MapViewer/x64/Release
/RecastDetourBuild/x64/Release
/parser/x64/Release
/pathfind/x64/Release
/utility/x64/Release
/pathfind/*.user
/gos.csv
/.vs
/ipch/STORMLIB_VS15-933783c6/*.ipch
/MapViewer/Include/pixelShader.hpp
/MapViewer/Include/vertexShader.hpp
/CMakeSettings.json
/out
/build
/*.idea
/cmake-build-debug
/cmake-build-release