mirror of https://github.com/PCSX2/pcsx2.git
Updated .gitignore to exclude /build and pcsx2 snapshot builds
This commit is contained in:
parent
66765d827b
commit
655c0efb31
|
@ -14,10 +14,12 @@
|
||||||
*.mo
|
*.mo
|
||||||
|
|
||||||
_ReSharper.*
|
_ReSharper.*
|
||||||
|
pcsx2.snapshot_*
|
||||||
postBuild.inc.cmd
|
postBuild.inc.cmd
|
||||||
postBuild.cmd
|
postBuild.cmd
|
||||||
svnrev.h
|
svnrev.h
|
||||||
|
|
||||||
|
build
|
||||||
Debug
|
Debug
|
||||||
Release
|
Release
|
||||||
Devel
|
Devel
|
||||||
|
|
Loading…
Reference in New Issue