Files
Mujoco_WASM/.gitignore
T
Copybara-Service 3091665c16 Merge pull request #2122 from hartikainen:update-gitignore
PiperOrigin-RevId: 682388296
Change-Id: I53f208ba9f629f32f9239789387f94818efdc19b
2024-10-04 11:20:26 -07:00

40 lines
459 B
Plaintext

# Don't commit binaries
*.a
*.asm
*.dll
*.dylib
*.exe
*.lib
*.out
*.o
*.so
*.so.*
# Exclude editor config
.vscode/
.vs/
# Exclude temporary folders
*.egg-info/
build/
build_cmake/
python/dist/
doc/_build
# Exclude macOS folder attributes
.DS_Store
# Exclude macOS Info.framework.plist
Info.framework.plist
# Python byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# MuJoCo's default log file
MUJOCO_LOG.TXT
# Clang cache
.cache/