We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27994cc commit d1dfafaCopy full SHA for d1dfafa
.gitignore
@@ -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
0 commit comments