presentations_compsoc/.gitignore

29 lines
240 B
Text
Raw Normal View History

2023-08-07 17:49:25 +00:00
# IDE folder
/.idea
# Microsoft office Lockfiles
~$*
*.tmp
# Test files
test.*
*.test.*
/test
# Output of compiling
/out
/build
/target
# Dealing with BlueJ
*.bluej
*.out
*.ctxt
# Dealing with Mac users
.DS_Store
2023-09-27 23:15:41 +00:00
# nix
result
/result