diff options
author | Max Luchterhand <52720531+maxluchterhand1@users.noreply.github.com> | 2020-03-18 17:59:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 17:59:28 +0100 |
commit | 57da82524bc0b216f232c377e5451bcd187e2ec6 (patch) | |
tree | 827af4a948174935fe17e343f174a82ff3e76767 /.gitignore | |
parent | Silk touch pickaxe drops grass block (#4485) (diff) | |
download | cuberite-57da82524bc0b216f232c377e5451bcd187e2ec6.tar cuberite-57da82524bc0b216f232c377e5451bcd187e2ec6.tar.gz cuberite-57da82524bc0b216f232c377e5451bcd187e2ec6.tar.bz2 cuberite-57da82524bc0b216f232c377e5451bcd187e2ec6.tar.lz cuberite-57da82524bc0b216f232c377e5451bcd187e2ec6.tar.xz cuberite-57da82524bc0b216f232c377e5451bcd187e2ec6.tar.zst cuberite-57da82524bc0b216f232c377e5451bcd187e2ec6.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f49727f3e..220134226 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ cloc.xsl *.sqlite /EveryNight.cmd /UploadLuaAPI.cmd +GPUCache AllFiles.lst # IDE Stuff @@ -104,6 +105,7 @@ ReleaseProfile/ *.dir/ CPackConfig.cmake CPackSourceConfig.cmake +cmake-build-debug # APIDump-generated status files: Server/cuberite_api.lua |