diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-01-10 21:32:32 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-01-10 21:32:32 -0800 |
| commit | d53fa8a169832563c62262078b8d2ffe5cab8473 (patch) | |
| tree | b911d06d357d009c976709780f10e92ce915228a /.gitignore | |
first
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* |
