diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 58 |
1 files changed, 58 insertions, 0 deletions
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* |
