nixos/.gitignore
2022-10-17 20:58:31 +00:00

21 lines
182 B
Text

# IDE folder
/.idea
# Microsoft office Lockfiles
~$*
*.tmp
# Test files
test.*
*.test.*
/test
# Output of compiling
/out
/build
/target
# Dealing with BlueJ
*.bluej
*.out
*.ctxt