diff options
author | Mattes D <github@xoft.cz> | 2013-11-11 10:59:09 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-11-11 10:59:09 +0100 |
commit | c15daee80880707abade23da92178aa722f03b66 (patch) | |
tree | 9ad19a165d324101fd3c8a3c42665d397d77ee08 /VC2013/.gitignore | |
parent | Fixed cRoot::FindAndDoWithPlayer(). (diff) | |
parent | Merge remote-tracking branch 'upstream/master' (diff) | |
download | cuberite-c15daee80880707abade23da92178aa722f03b66.tar cuberite-c15daee80880707abade23da92178aa722f03b66.tar.gz cuberite-c15daee80880707abade23da92178aa722f03b66.tar.bz2 cuberite-c15daee80880707abade23da92178aa722f03b66.tar.lz cuberite-c15daee80880707abade23da92178aa722f03b66.tar.xz cuberite-c15daee80880707abade23da92178aa722f03b66.tar.zst cuberite-c15daee80880707abade23da92178aa722f03b66.zip |
Diffstat (limited to 'VC2013/.gitignore')
-rw-r--r-- | VC2013/.gitignore | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/VC2013/.gitignore b/VC2013/.gitignore index 27d2f5ebe..d958abab6 100644 --- a/VC2013/.gitignore +++ b/VC2013/.gitignore @@ -1,7 +1,9 @@ -Debug/ -Debug profiled/ -Release/ -Release profiled/ +Debug/** +Debug profiled/** +Release/** +Release profiled/** +ipch/** *.user *.ncb *.suo +*.obj |