summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/resonance-audio/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/resonance-audio/.gitignore')
-rw-r--r--src/3rdparty/resonance-audio/.gitignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/3rdparty/resonance-audio/.gitignore b/src/3rdparty/resonance-audio/.gitignore
new file mode 100644
index 000000000..ec176f56d
--- /dev/null
+++ b/src/3rdparty/resonance-audio/.gitignore
@@ -0,0 +1,19 @@
+# Ignore third party directories by default
+third_party/android-cmake/
+third_party/eigen/
+third_party/embree/
+third_party/fmod/
+third_party/googletest/
+third_party/ios-cmake/
+third_party/nativeaudioplugins/
+third_party/ogg/
+third_party/pffft/
+third_party/vorbis/
+third_party/VST_SDK/
+third_party/WwiseIncludes/
+
+# Ignore build artifacts and install directories by default
+build/
+install/
+
+.DS_Store