rpcs3/.gitignore
Alexandro Sánchez Bach 849af30bfd First cellFont functions & minor changes
* Edited .gitignore
* Moved some functions to cellFontFT.
* Now cellFont initializes correctly, but it doesn't render anything
yet. There are still several things to change and functions to
implement. I will take care of it.
2013-12-09 17:56:04 +01:00

53 lines
605 B
Plaintext

# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
*.lai
*.la
*.a
*.opensdf
*.sdf
*.suo
*.tlog
*.idb
*.pdb
*.obj
*.ilk
*.pch
*.log
*.exe
*.dll
*.elf
*.lastbuildstate
*.unsuccessfulbuild
*.res
*.dump
/libs
/ipch
/rpcs3/Debug
/rpcs3/Release
/wxWidgets/lib
/bin/rpcs3.ini
/bin/FragmentProgram.txt
/bin/VertexProgram.txt
/bin/BreakPoints.dat
/bin/textures
rpcs3/git-version.h
# Copyrighted files
/bin/data/
/bin/dev_flash/data/font
# Ignore installed games except test homebrews
!/bin/dev_hdd0/game/
/bin/dev_hdd0/game/*
!/bin/dev_hdd0/game/TEST12345/