From 7dac325122067bd8b453c0ec60fc1a768bb6f934 Mon Sep 17 00:00:00 2001 From: stefonzo Date: Mon, 5 Sep 2022 20:17:22 -0500 Subject: adds libwav --- 3rdparty/libwav/.gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 3rdparty/libwav/.gitignore (limited to '3rdparty/libwav/.gitignore') diff --git a/3rdparty/libwav/.gitignore b/3rdparty/libwav/.gitignore new file mode 100644 index 0000000..eb4e76f --- /dev/null +++ b/3rdparty/libwav/.gitignore @@ -0,0 +1,41 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su + +.ycm_extra_conf.py +.ycm_extra_conf.pyc + +/build/ + +.ccls +.ccls-cache -- cgit v1.2.1