open-goverance/.gitignore

35 lines
412 B
Text
Raw Normal View History

# IDE folder
/.idea
# OR only to exclude workspace cache
.obsidian/workspace.json
# Microsoft office Lockfiles
~$*
*.tmp
# Test files
test.*
*.test.*
/test
# Output of compiling
/out
/build
/target
/cmake-build-debug
# for QT, both as single directory and as subfolders
/build-*-*
/*/build-*-*
# Dealing with BlueJ
*.bluej
*.out
*.ctxt
# Dealing with Mac users
.trash/
.DS_Store
# VSCode settings
.vscode/