pcsx2/.gitignore

118 lines
1.7 KiB
Plaintext
Raw Normal View History

2014-03-25 16:31:19 +00:00
.*.swp
.*.swn
.*.swo
2014-03-25 12:15:48 +00:00
*.suo
*.ncb
*.sdf
*.opensdf
*.user
*.log
*.dsp
*.dsw
*.bsc
*.aps
*.exe
*.wav
2014-03-25 12:15:48 +00:00
2014-09-28 09:42:17 +00:00
*.trace
*.dump
*.asm
*.VC.db
*.VC.VC.opendb
**/Win32/Release*
**/Win32/Debug*
**/Win32/Devel*
**/x64/Release*
**/x64/Debug*
**/x64/Devel*
**/bin/PCSX2-linux.sh
2014-03-25 12:15:48 +00:00
_ReSharper.*
pcsx2.snapshot_*
2014-03-25 12:15:48 +00:00
svnrev.h
/build
/build_dev
/build_dbg
/obj-*
2014-08-04 16:01:00 +00:00
.DS_Store
Thumbs.db
2014-10-26 10:16:37 +00:00
Debug.txt
install_log.txt
padLog.txt
GSdx_opengl_debug_hw.txt
GSdx_opengl_debug_sw.txt
2014-10-26 10:16:37 +00:00
2014-03-25 12:15:48 +00:00
Debug
Release
Devel
2014-11-08 22:05:29 +00:00
oprofile_data/
# Recording Specific Ignores (pcsx2-rr)
*.p2s
*.p2m2
*.p2m2_backup
*.p2m2_SaveState.p2s
# Visual Studio upgrades
/Backup*
/UpgradeLog*.htm
/.vscode*
2014-03-25 12:15:48 +00:00
/bin/**/*.dll
/bin/**/*.exp
/bin/**/*.ilk
/bin/**/*.lib
/bin/**/*.pdb
/bin/PCSX2
/bin/PCSX2-linux.sh
/bin/*ReplayLoader
/bin/PCSX2-linux.sh
/bin/GSdx*.txt
2014-03-25 12:15:48 +00:00
/bin/bios
/bin/dumps
/bin/help
/bin/inis
/bin/logs
/bin/memcards
/bin/plugins
/bin/snaps
/bin/sstates
/deps
/ipch
!/3rdparty/libjpeg/change.log
2014-03-25 12:15:48 +00:00
/3rdparty/portaudio/portaudio-2.0.pc
/3rdparty/portaudio/bin
/3rdparty/portaudio/bin-*
/3rdparty/portaudio/autom4te.cache
/3rdparty/portaudio/libtool
/3rdparty/portaudio/config.*
/3rdparty/portaudio/lib-stamp
/3rdparty/portaudio/Makefile
/3rdparty/portaudio/bindings
/3rdparty/portaudio/test
/3rdparty/portaudio/testcvs
/3rdparty/portaudio/src/hostapi/asio/ASIOSDK/common
/3rdparty/portaudio/src/hostapi/asio/ASIOSDK/host
/3rdparty/portaudio/src/hostapi/wasapi/mingw-include
/3rdparty/**/include/wx/setup.h
/3rdparty/**/wx/msw/rcdefs.h
2014-03-25 12:15:48 +00:00
/pcsx2/gui/Resources/*.h
!/pcsx2/gui/Resources/EmbeddedImage.h
2014-03-25 12:15:48 +00:00
/plugins/GSdx/Template
/tools/bin
.vs
/pcsx2/windows/VCprojects/GSdx_opengl_debug_hw.txt
/pcsx2/windows/VCprojects/GSdx_opengl_debug_sw.txt
/out/build/x64-Debug (default)