brought back functionality from previous builds but now cross-platform
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -5,11 +5,31 @@ build
|
||||
compile_commands.json
|
||||
|
||||
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
|
||||
# fpc stuff
|
||||
.fpc
|
||||
fpc/.fpc
|
||||
fpc/fpc
|
||||
fpc/fpc.dSYM
|
||||
|
||||
# macOS system files
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear on external disks
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
*.xcodeproj/xcuserdata/
|
||||
*.xcworkspace/xcuserdata/
|
||||
build/
|
||||
DerivedData/
|
||||
*.xcuserstate
|
||||
|
||||
# Icon files
|
||||
Icon?
|
||||
|
||||
# Added by cargo
|
||||
/target
|
||||
|
||||
Reference in New Issue
Block a user