-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (65 loc) · 696 Bytes
/
Copy path.gitignore
File metadata and controls
65 lines (65 loc) · 696 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
62
63
64
65
*.user
*.obj
*.o
*.a
*.suo
*.opensdf
*.sdf
*.aps
*.rar
*.zip
*.7z
*.lnk
*.txt
*.cuo
*.mul
*.rle
*.idx
*.cfg
*.enu
*.rus
*.bat
*.exe
*.dll
*.def
*.ini
*.sc
*.iff
*.uop
*.pdb
*.sf2
/.vs
/.vscode
/Makefile*
/ipch
/OrionUO/snapshots
/OrionAssistConfig
/Release
/Debug
/x64
/build/
/OrionUO/Debug
/OrionUO/Release
/OrionUO/OA
/OrionUO/x64
/OrionUO.VC.db
/OrionUO.VC.VC.opendb
/Desktop
/OrionUO/music
!/debug_bin/*.dll
!/bin/*.dll
!/bin/*.exe
!/bin/*.pdb
!/bin/*.sf2
!/bin/OA/*.dll
!/test_bin64/*.dll
!/test_bin64/*.exe
!/test_bin64/*.pdb
!/test_bin64/*.sf2
!/WikiData/RU/*.txt
!/CMakeLists.txt
!/OrionUO/CMakeLists.txt
/test_bin64/OrionUO.exe
/test_bin64/OrionUO.pdb
/bin/OrionUO.exe
/bin/OrionUO.pdb