-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
28 lines (25 loc) · 826 Bytes
/
.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
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Common Output Directories #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*build*/
out/
*tmp*
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Common Output Files #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
*.out
*.o
*.dll
*.exe
*.log
*.trace
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# IDE Files #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
CMakeSettings.json
.idea/
.vs/
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Third Party #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
ThirdParty/glfw