-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
77 lines (67 loc) · 781 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
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
66
67
68
69
70
71
72
73
74
75
76
77
# C++ and Qt (general)
*.pro.*
.qmake.stash
Makefile*
*.o
ui_*
moc*.cpp
moc*.h
qrc_*
build/
qrc_resources.cpp
cmake-build*
CMakeLists.txt.user*
bin/
# C++ and Qt (specific)
BasicOpenGL
SubdivCurves
LoopSubdiv
CatmarkSubdiv
# VSCode files
.vs
.vscode/
.code-workspace
# Other IDE files
.idea
# OS X
.DS_Store
# executables and other files
*.out
*.exe
*.exp
*.lib
*.pdb
# Package Files
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# LaTeX (documents)
*.aux
*.tex.swp
*.log
*.out
*.pdf
*.pdf_tex
*.synctex.gz
# LaTeX (beamer)
*.nav
*.snm
*.toc
*.vrb
saves/
# AppImage creation related
appdir/AppRun
appdir/.DirIcon
appdir/usr/translations/
appdir/usr/plugins/
appdir/usr/lib/
appdir/usr/bin/
appdir/usr/share/doc
appdir/usr/include
appdir/nitro.desktop
*.AppImage
docs/html