From d53fa8a169832563c62262078b8d2ffe5cab8473 Mon Sep 17 00:00:00 2001 From: pepper Date: Sat, 10 Jan 2015 21:32:32 -0800 Subject: first --- .gitignore | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0b46c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,58 @@ +# Build products +build/* +MrsWatson*.zip +**/Debug/* +**/Release/* + +# Temporary files + +*.swp +*~ +*.o +*.obj +*.so +*.a + +# Test output +out/* +out.wav + +# Stuff from various IDE's +.idea/* +*.xcodeproj +nbproject/* +*.perspectivev3 +*.pbxuser +*.user +*.sdf +*.opensdf +*.suo +*.log +*.tlog +*.idb +*.pdb +*.sln +*.vcxproj +*.vcxproj.filters +*.lastbuildstate +*.cbp + +# Non-redistributable third-party +vendor/vstsdk2.4/* + +# Vim helpers +tags +cscope.out + +# CMake +CMakeCache.txt +CMakeScripts/* +**/CMakeScripts/* +CMakeFiles +Makefile +Makefile.in +*.cmake +**/*.dir +#particular to this one +*.wav +the_walshing* -- cgit v1.2.3-70-g09d2