Skip to content

Commit d1dfafa

Browse files
author
LocalIdentity
committed
Add exe to repo
1 parent 27994cc commit d1dfafa

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Visual Studio user state
2+
.vs/
3+
*.vcxproj.user
4+
5+
# Build output directories
6+
Debug/
7+
Release/
8+
x64/
9+
x86/
10+
ipch/
11+
12+
# Compiled binaries and intermediates
13+
*.dll
14+
*.lib
15+
*.obj
16+
*.iobj
17+
*.ipdb
18+
*.pdb
19+
*.log
20+
*.tlog/
21+
*.lastbuildstate
22+
*.idb
23+
*.pch
24+
25+
# Generated manifest and resource cache
26+
*.intermediate.manifest
27+
*.res
28+
29+
# Crash dumps
30+
*.dmp
31+
32+
# Temporary files
33+
*.tmp
34+
*.tmp_proj
35+
*.vc.db
36+
*.opendb
37+
*.user

GLFontGen.exe

38.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)