nixos/.gitignore

17 lines
139 B
Text
Raw Normal View History

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