Fixed conflict with X11

Added tmp folder to gitignore
This commit is contained in:
DHrpcs3 2015-12-21 08:48:33 +02:00
parent d8bef46c2a
commit 3ca634138d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -33,6 +33,7 @@
/build
/bin
/lib
/tmp
/ipch
/rpcs3/Debug
/rpcs3/Release

View File

@ -1,10 +1,10 @@
#include "stdafx.h"
#include "Utilities/Log.h"
#include "rsx_gl_texture.h"
#include "gl_helpers.h"
#include "../GCM.h"
#include "../RSXThread.h"
#include "../RSXTexture.h"
#include "Utilities/Log.h"
namespace rsx
{