File: .gitignore

package info (click to toggle)
mujoco 2.2.2-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,796 kB
  • sloc: ansic: 28,947; cpp: 28,897; cs: 14,241; python: 10,465; xml: 5,104; sh: 93; makefile: 34
file content (31 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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/

# 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