open-goverance/.gitignore
Brendan Golden 602db470e1 setting things up
Signed-off-by: Brendan Golden <git@brendan.ie>
2024-01-22 12:43:23 +00:00

32 lines
385 B
Text

# 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