1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Merge pull request #7478 from Gymnasiast/build-cleanup

Build cleanup
This commit is contained in:
Michael Steenbeek
2018-05-02 12:38:50 +02:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@@ -14,6 +14,7 @@ artifacts
.cache
.dependencies
sequencesversion
objectsversion
#lib
lib

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>