diff options
author | stefonzo <stevester.robinson@gmail.com> | 2022-09-05 20:17:22 -0500 |
---|---|---|
committer | stefonzo <stevester.robinson@gmail.com> | 2022-09-05 20:17:22 -0500 |
commit | 7dac325122067bd8b453c0ec60fc1a768bb6f934 (patch) | |
tree | aab7173f2c19eacaf433f443d2fc53e198ce89d7 /3rdparty/libwav/.gitignore | |
parent | 16431035f8e1c61e37adcceb8eab75e8d0dfed62 (diff) |
adds libwav
Diffstat (limited to '3rdparty/libwav/.gitignore')
-rw-r--r-- | 3rdparty/libwav/.gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
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 |