13 lines
No EOL
156 B
Text
13 lines
No EOL
156 B
Text
# Ignore build files
|
|
build/
|
|
cmake-build-*
|
|
|
|
# Ignore editor-specific files
|
|
*.swp
|
|
*.log
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Ignore version control directories
|
|
.git/
|
|
.gitignore |