rpcs3/.gitignore

86 lines
1 KiB
Plaintext
Raw Normal View History

2012-11-03 15:16:18 +00:00
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
*.lai
*.la
# *.a # Commented out since OpenAL Soft's binaries use this extension.
2013-06-30 10:59:21 +00:00
*.opensdf
*.sdf
2013-08-10 21:48:32 +00:00
*.suo
*.tlog
*.idb
*.pdb
*.obj
*.ilk
*.pch
*.log
*.exe
*.dll
2013-08-10 21:48:32 +00:00
*.elf
*.lastbuildstate
*.unsuccessfulbuild
*.res
*.dump
2014-02-16 17:57:36 +00:00
*.wav
2013-08-10 21:48:32 +00:00
/build
2015-06-01 15:20:22 +00:00
/bin
2015-12-21 01:55:55 +00:00
/lib
/tmp
2013-08-10 21:48:32 +00:00
/ipch
/rpcs3/Debug
/rpcs3/Release
/llvm_build
2013-08-10 21:48:32 +00:00
2013-09-05 07:45:46 +00:00
/wxWidgets/lib
2013-06-30 10:59:21 +00:00
/bin/rpcs3.ini
/bin/rpcs3.ipdb
/bin/rpcs3.iobj
2013-06-30 10:59:21 +00:00
/bin/FragmentProgram.txt
/bin/VertexProgram.txt
2015-05-31 20:58:28 +00:00
/bin/*.hlsl
2013-06-30 10:59:21 +00:00
/bin/BreakPoints.dat
/bin/textures
2014-02-27 18:25:32 +00:00
/bin/*.lib
/bin/*.exp
rpcs3/git-version.h
# Visual Studio Files
*.vspx
*.psess
*.VC.*
# Copyrighted files
/bin/data/
/bin/dev_flash/data/font
/bin/dev_flash/sys
/bin/dev_flash/vsh
# Ignore installed games except test homebrews
!/bin/dev_hdd0/game/
/bin/dev_hdd0/game/*
!/bin/dev_hdd0/game/TEST12345/
# Ignore other system generated files
2014-07-16 12:03:54 +00:00
bin/dev_hdd0/*.txt
x64/*
2014-07-21 21:55:02 +00:00
rpcs3/x64/*
2015-10-21 07:24:02 +00:00
rpcs3-tests/x64/*
2014-07-12 21:01:41 +00:00
2015-11-16 15:04:49 +00:00
# cmake
Makefile
*CMakeFiles*
2015-07-03 16:07:36 +00:00
CMakeCache.txt
2015-11-16 15:04:49 +00:00
*cmake_install.cmake*
# cotire
rpcs3/cotire/*
rpcs3/rpcs3_*_cotire.cmake