open-goverance/.gitignore

43 lines
495 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/
# the md to pdf process
/**/*_html
/**/*_pdf
2024-05-20 02:41:38 +00:00
/**/html_*
/**/pdf_*
/**/errors.log