mirror of https://github.com/PCSX2/pcsx2.git
Update .gitignore file.
- Remove *.mo. Not needed. - Add *.aps and delete USBqemu.aps. - Don't ignore asm files. - Ignore the cmake obj-i586-linux-gnu build folder in Linux. - Fix the regex pattern for /bin/pcsx2* - Don't ignore the changelog of libjpeg. - portaudio line not needed and ignored vcxproj/props/etc. - update to the new rcdefs.h location - Don't ignore pcsx2/gui/Resources/EmbeddedImage.h - Remove autogenerated file plugins/dev9ghzdrk/Win32/postBuild.cmd - Simplify lines using '**' or '*.exe'. Remaining issues: $ git status --ignored Ignored files: plugins/CDVDiso/src/mkiso/mkiso.dsp plugins/CDVDiso/src/mkiso/mkiso.dsw . These can be deleted.
This commit is contained in:
parent
4dd53a732f
commit
3193eb5106
|
@ -11,12 +11,27 @@
|
||||||
*.dsp
|
*.dsp
|
||||||
*.dsw
|
*.dsw
|
||||||
*.bsc
|
*.bsc
|
||||||
*.mo
|
*.aps
|
||||||
|
|
||||||
*.trace
|
*.trace
|
||||||
*.asm
|
*.asm
|
||||||
*.dump
|
*.dump
|
||||||
|
|
||||||
|
!/pcsx2/IPU/yuv2rgb.asm
|
||||||
|
!/pcsx2/x86/ix86-32/aVif_proc-32.asm
|
||||||
|
!/plugins/CDVDpeops/i386.asm
|
||||||
|
!/plugins/zerogs/dx/x86-32.asm
|
||||||
|
!/plugins/zerogs/dx/x86-64.asm
|
||||||
|
!/plugins/zerogs/opengl/x86-32.asm
|
||||||
|
!/plugins/zzogl-pg/opengl/x86-32.asm
|
||||||
|
|
||||||
|
**/Win32/Release*
|
||||||
|
**/Win32/Debug*
|
||||||
|
**/Win32/Devel*
|
||||||
|
**/x64/Release*
|
||||||
|
**/x64/Debug*
|
||||||
|
**/x64/Devel*
|
||||||
|
|
||||||
_ReSharper.*
|
_ReSharper.*
|
||||||
pcsx2.snapshot_*
|
pcsx2.snapshot_*
|
||||||
postBuild.inc.cmd
|
postBuild.inc.cmd
|
||||||
|
@ -24,6 +39,7 @@ postBuild.cmd
|
||||||
svnrev.h
|
svnrev.h
|
||||||
|
|
||||||
/build
|
/build
|
||||||
|
/obj-*
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
@ -42,7 +58,8 @@ oprofile_data/
|
||||||
/UpgradeLog2.XML
|
/UpgradeLog2.XML
|
||||||
/UpgradeLog3.XML
|
/UpgradeLog3.XML
|
||||||
|
|
||||||
/bin/pcsx2*
|
/bin/PCSX2
|
||||||
|
/bin/*ReplayLoader
|
||||||
/bin/bios
|
/bin/bios
|
||||||
/bin/dumps
|
/bin/dumps
|
||||||
/bin/help
|
/bin/help
|
||||||
|
@ -56,9 +73,7 @@ oprofile_data/
|
||||||
/ipch
|
/ipch
|
||||||
/nsis/output/
|
/nsis/output/
|
||||||
|
|
||||||
/3rdparty/soundtouch/Win32
|
!/3rdparty/libjpeg/change.log
|
||||||
/3rdparty/bzip2/Win32
|
|
||||||
/3rdparty/libjpeg/Win32
|
|
||||||
/3rdparty/portaudio/portaudio-2.0.pc
|
/3rdparty/portaudio/portaudio-2.0.pc
|
||||||
/3rdparty/portaudio/bin
|
/3rdparty/portaudio/bin
|
||||||
/3rdparty/portaudio/bin-*
|
/3rdparty/portaudio/bin-*
|
||||||
|
@ -67,29 +82,14 @@ oprofile_data/
|
||||||
/3rdparty/portaudio/config.*
|
/3rdparty/portaudio/config.*
|
||||||
/3rdparty/portaudio/lib-stamp
|
/3rdparty/portaudio/lib-stamp
|
||||||
/3rdparty/portaudio/Makefile
|
/3rdparty/portaudio/Makefile
|
||||||
/3rdparty/portaudio/build/*
|
|
||||||
/3rdparty/portaudio/bindings
|
/3rdparty/portaudio/bindings
|
||||||
/3rdparty/portaudio/test
|
/3rdparty/portaudio/test
|
||||||
/3rdparty/portaudio/testcvs
|
/3rdparty/portaudio/testcvs
|
||||||
/3rdparty/portaudio/build/msvc/Win32
|
|
||||||
/3rdparty/portaudio/build/msvc/Release (NO ASIO)
|
|
||||||
/3rdparty/portaudio/build/msvc/x64
|
|
||||||
/3rdparty/portaudio/src/hostapi/asio/ASIOSDK/common
|
/3rdparty/portaudio/src/hostapi/asio/ASIOSDK/common
|
||||||
/3rdparty/portaudio/src/hostapi/asio/ASIOSDK/host
|
/3rdparty/portaudio/src/hostapi/asio/ASIOSDK/host
|
||||||
/3rdparty/portaudio/src/hostapi/wasapi/mingw-include
|
/3rdparty/portaudio/src/hostapi/wasapi/mingw-include
|
||||||
/3rdparty/w32pthreads/Win32
|
/3rdparty/**/include/wx/setup.h
|
||||||
/3rdparty/wxWidgets/deps
|
/3rdparty/**/wx/msw/rcdefs.h
|
||||||
/3rdparty/wxWidgets/build/msw/Win32
|
|
||||||
/3rdparty/wxWidgets/lib/vc_lib/msw/wx/setup.h
|
|
||||||
/3rdparty/wxWidgets/lib/vc_lib/mswd/wx/setup.h
|
|
||||||
/3rdparty/wxWidgets/lib/vc_lib/mswd/wx/msw/rcdefs.h
|
|
||||||
/3rdparty/wxwidgets3.0/include/wx/setup.h
|
|
||||||
/3rdparty/wxwidgets3.0/include/wx/msw/rcdefs.h
|
|
||||||
/3rdparty/wxwidgets3.0/Win32/wx/msw/rcdefs.h
|
|
||||||
/3rdparty/zlib/Win32
|
|
||||||
/common/deps
|
|
||||||
/common/build/Utilities/Win32
|
|
||||||
/common/build/x86emitter/Win32
|
|
||||||
/nsis/svnrev_cdvdiso.nsh
|
/nsis/svnrev_cdvdiso.nsh
|
||||||
/nsis/svnrev_gsdx.nsh
|
/nsis/svnrev_gsdx.nsh
|
||||||
/nsis/svnrev_lilypad.nsh
|
/nsis/svnrev_lilypad.nsh
|
||||||
|
@ -97,43 +97,14 @@ oprofile_data/
|
||||||
/nsis/svnrev_spu2x.nsh
|
/nsis/svnrev_spu2x.nsh
|
||||||
/nsis/svnrev_zerogs.nsh
|
/nsis/svnrev_zerogs.nsh
|
||||||
/nsis/svnrev_zerospu2.nsh
|
/nsis/svnrev_zerospu2.nsh
|
||||||
/nsis/vcredist_x86.exe
|
/nsis/*.exe
|
||||||
/nsis/vcredist_2008_sp1_x86.exe
|
|
||||||
/nsis/vcredist_2010_x86.exe
|
|
||||||
/nsis/dxwebsetup.exe
|
|
||||||
/pcsx2/gui/Resources/Thumbs.db
|
|
||||||
/pcsx2/gui/Resources/*.h
|
/pcsx2/gui/Resources/*.h
|
||||||
/pcsx2/windows/VCprojects/Win32
|
!/pcsx2/gui/Resources/EmbeddedImage.h
|
||||||
/plugins/CDVDiso/src/Windows/Win32
|
|
||||||
/plugins/CDVDnull/Windows/Win32
|
|
||||||
/plugins/CDVDolio/Win32
|
|
||||||
/plugins/CDVDolio/x64
|
|
||||||
/plugins/CDVDolio/Template
|
/plugins/CDVDolio/Template
|
||||||
/plugins/CDVDolio/Debug SSE4
|
|
||||||
/plugins/FWnull/Windows/Win32
|
|
||||||
/plugins/GSdx/Win32
|
|
||||||
/plugins/GSdx/Release SSE2
|
|
||||||
/plugins/GSdx/x64
|
|
||||||
/plugins/GSdx/Template
|
/plugins/GSdx/Template
|
||||||
/plugins/GSnull/Windows/Win32
|
|
||||||
/plugins/LilyPad/Win32
|
|
||||||
/plugins/LilyPad/x64
|
|
||||||
/plugins/PadNull/Windows/Win32
|
|
||||||
/plugins/SSSPSXPAD/Win32
|
|
||||||
/plugins/USBnull/Windows/Win32
|
|
||||||
/plugins/USBqemu/Win32/bin
|
/plugins/USBqemu/Win32/bin
|
||||||
/plugins/USBqemu/Win32/Win32
|
|
||||||
/plugins/cdvdGigaherz/src/Windows/Win32
|
|
||||||
/plugins/dev9null/Windows/Win32
|
|
||||||
/plugins/spu2-x/src/Windows/Win32
|
|
||||||
/plugins/xpad/Win32
|
|
||||||
/plugins/xpad/x64
|
|
||||||
/plugins/xpad/Template
|
/plugins/xpad/Template
|
||||||
/plugins/zerogs/dx/Windows/Win32
|
|
||||||
/plugins/zerospu2/Windows/Win32
|
|
||||||
/plugins/zerospu2/Windows/dsound51.cpp
|
/plugins/zerospu2/Windows/dsound51.cpp
|
||||||
/plugins/zzogl-pg/opengl/Win32/Win32
|
|
||||||
/plugins/zzogl-pg-cg/opengl/Win32/Win32
|
|
||||||
/tools/bin
|
/tools/bin
|
||||||
/tools/GSDumpGUI/bin
|
/tools/GSDumpGUI/bin
|
||||||
/tools/GSDumpGUI/obj
|
/tools/GSDumpGUI/obj
|
||||||
|
|
Binary file not shown.
|
@ -1,49 +0,0 @@
|
||||||
::@echo off
|
|
||||||
::
|
|
||||||
:: Usage: postBuild.cmd SourcePath DestFile DestExt {plugins}
|
|
||||||
::
|
|
||||||
:: SourcePath - $(TargetPath) - Fully qualified path of the generated target file.
|
|
||||||
:: DestFile - Base filename of the target/dest, without extension!
|
|
||||||
:: DestExt - Extension of the target/dest!
|
|
||||||
:: plugins - optional parameter used to generate plugins into the /plugins folder
|
|
||||||
::
|
|
||||||
:: The destination file is determined by the PCSX2_TARGET_DIR environment var.
|
|
||||||
|
|
||||||
SETLOCAL ENABLEEXTENSIONS
|
|
||||||
if defined PCSX2_TARGET_COPY CALL :TestAndCopy "%PCSX2_TARGET_COPY%" %1 %2 %3 %4
|
|
||||||
ENDLOCAL
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
if exists postBuild.inc.cmd call postBuild.inc.cmd
|
|
||||||
|
|
||||||
:TestAndCopy
|
|
||||||
:: Subroutine. First parameter is our Target Dir. Since it's a parameter into
|
|
||||||
:: the subroutine, we can use tilda expansion to handle quotes correctly. :)
|
|
||||||
|
|
||||||
if NOT EXIST "%~1" (
|
|
||||||
md "%~1"
|
|
||||||
)
|
|
||||||
|
|
||||||
:: Error checking. Try to change to the dir. If it fails, it means the dir is
|
|
||||||
:: actually a file, and we should cancel the script.
|
|
||||||
|
|
||||||
set mycwd="%CD%"
|
|
||||||
cd "%~1"
|
|
||||||
if %ERRORLEVEL% NEQ 0 goto :eof
|
|
||||||
cd %mycwd%
|
|
||||||
|
|
||||||
set pcsxoutdir=%~1\%~5
|
|
||||||
set pcsxoutname=%pcsxoutdir%\%~3%4
|
|
||||||
|
|
||||||
IF NOT EXIST "%pcsxoutdir%" (
|
|
||||||
md "%pcsxoutdir%"
|
|
||||||
)
|
|
||||||
|
|
||||||
copy /Y "%~2" "%pcsxoutname%"
|
|
||||||
if %ERRORLEVEL% EQU 0 (
|
|
||||||
echo Target copied to %pcsxoutname%
|
|
||||||
)
|
|
||||||
|
|
||||||
goto :eof
|
|
||||||
|
|
||||||
:quit
|
|
Loading…
Reference in New Issue