|
root / tools / mkchroot / .gitignore
.gitignore Plain Text 17 lines 105 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# Build artifacts
build/
*.c
*.o
*.so
*.exe

# Editor
.vscode/
.idea/
*.swp
*~

# OS
.DS_Store
Thumbs.db