From a72fd769efa36a789a14050455085d25dcc340d3 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Fri, 21 Dec 2012 20:13:30 -0800 Subject: [PATCH] Ignore the .lastcodeanalysissucceeded file. --- .gitignore | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 1f0cd120e6..5e6b96b51c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,46 @@ +# For MSVC +*.lastcodeanalysissucceeded *.pdb *.ilk *.obj *.pch -Logs *.log *.dll *.rar *.exe -*.ini *.map *.lib *.user *.sdf *.ncb -Debug -DebugFast -Release *.opensdf *.suo *.aps +*.exp +Debug +DebugFast +Release +Windows/x64 +Windows/ipch + +# For ppsspp.ini, etc. +*.ini + +Logs +Memstick + bin gen libs obj -*.exp +build*/ + .pspsh.hist -GameLogNotes.txt -Windows/x64 -Windows/ipch -Memstick -android/ui_atlas.zim __testoutput.txt __testerror.txt +__testfinish.txt +GameLogNotes.txt + +android/ui_atlas.zim ppge_atlas.zim.png local.properties -build*/