Initial Commit: gitignore
This commit is contained in:
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
# Build directories
|
||||
build/
|
||||
build_debug/
|
||||
build_release/
|
||||
*.app/
|
||||
|
||||
# CMake
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
_deps/
|
||||
|
||||
# Xcode / macOS
|
||||
.DS_Store
|
||||
*.xcodeproj/
|
||||
*.xcworkspace/
|
||||
*.pbxproj
|
||||
xcuserdata/
|
||||
|
||||
# Compiled objects
|
||||
*.o
|
||||
*.a
|
||||
*.dylib
|
||||
|
||||
OmniMTP-*.zip
|
||||
|
||||
# Game files — don't accidentally commit large ROMs
|
||||
*.nsp
|
||||
*.xci
|
||||
*.nsz
|
||||
*.xcz
|
||||
*.nro
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
Reference in New Issue
Block a user