nixos/.gitignore
Brendan Golden 7745f65ede Initial commit.
Config based on Semester 1
2022-01-13 21:14:55 +00:00

16 lines
139 B
Text

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