-
Notifications
You must be signed in to change notification settings - Fork 127
/
.gitignore
118 lines (89 loc) · 1.52 KB
/
.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# extmpore binary executable
extempore
extempore.exe
extempore.lib
extempore.so
extempore.dll
extempore.dylib
libextempore.so
# boost
/boost
# cmake & other build tools
/build
/buildlib
/cmake-build
/out # this is where MSVS puts the CMake build stuff
/extras/cmake/aot.cmake
/extras/cmake/aot_extended.cmake
# AOT-compiled libraries
/libs/aot-cache
/libs/aot-cache.bak
# Windows dlls/libs
/libs/platform-shlibs
/libs/builds
/libs/CEF
extempore.pdb
extempore.ilk
# Horde3D
/Horde3D
Horde3D.dll
Horde3dUtils.dll
# Bullet
BulletCollision.dll
BulletDynamics.dll
# assets
/assets
# ignore extempore keylogs
/keylogs
# mode for highlighing LLVM IR files
# available from http://llvm.org/
/extras/llvm-mode.el
/extras/posn-on-screen.el
# extempore scratch file
/scratch.xtm
# igore emacs # files
\#*#
# DS_Store
.DS_Store
# Sphinx
/docs/_build
/docs/_build_html
# src
/src/portaudio/src/hostapi/asio
# llvm
/llvm
# aot
/extras/cmake/aot.cmake
/extras/cmake/aot_external_audio.cmake
/extras/cmake/aot_external_graphics.cmake
/extras/cmake/aot_external.cmake
# vscode
.vscode
#visual studio
.vs
CMakeSettings.json
# ignore any xtm files in top level extempore dir
/*.xtm
# ignore any dlls at the top level
/*.dll
# ignore any video files at the top level
/*.avi
/*.mp4
/*.wmv
# ignore images at the top level
/*.png
/*.jpeg
/*.jpg
# ignore any dat files and log files at top level
/*.dat
/*.log
# ignore data
/data
# ignore Plugins
/Plugins
# ignore toml
/*.toml
# ccls is a clang-based LSP server
.ccls-cache/*
# ignore config
config.txt