X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/3d4ceeee9b7ec0cf84751b7ce3d24f31aaa81f66..b95c280bddb63b19ba8b3d566a597e162bd74564:/.gitignore?ds=sidebyside diff --git a/.gitignore b/.gitignore index 56d9873..934177c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,57 +1,33 @@ -Assets/ - -debug/ - -eeproms/ - -obj/ - -release/ - -Screenshots/ - -software/ - -src/version.h - -src/*~ - -src/*/*.bak - -src/m68000/obj/ - -src/m68000/*~ - -VS2015/x64/Archives/ - -VS2015/*/x64/ - -VS2015/*/*_VS2015-DebugSetup.txt - -VS2015/*/ReadMe.txt - -VS2015/.vs/ - -VS2015/obj/ - -VS2015/Win32/ - -VS2015/x64/ - -VS2015/virtualjaguar.vcxproj.txt - -VS2015/virtualjaguar_VS2015-DebugSetup.txt - -VS2015/virtualjaguar.VC.db -*.bak - -makefile-qt -makefile-qt*.* - -object_script.virtualjaguar*.* - -.qmake.stash - -virtualjaguar.WinMerge - -VS2015/virtualjaguar.VC.db \ No newline at end of file +Assets/ +debug/ +eeproms/ +obj/ +release/ +Screenshots/ +software/ +src/*~ +src/*/*.bak +src/m68000/obj/*.a +src/m68000/obj/*.exe +src/m68000/obj/*.d +src/m68000/obj/*.o +VS2015/x64/Archives/ +VS2015/*/x64/ +VS2015/*/*_VS2015-DebugSetup.txt +VS2015/*/ReadMe.txt +VS2015/.vs/ +VS2015/obj/ +VS2015/Win32/ +VS2015/x64/ +VS2015/virtualjaguar.vcxproj.txt +VS2015/virtualjaguar.VC.db +VS2015/virtualjaguar.VC.VC.opendb +VS2015/virtualjaguar.sdf +VS2015/virtualjaguar.vcxproj.user +VS2015/virtualjaguar_VS2015-DebugSetup.txt +*.bak +makefile-qt +makefile-qt*.* +object_script.virtualjaguar*.* +.qmake.stash +virtualjaguar.WinMerge \ No newline at end of file