nixos/.gitignore

34 lines
299 B
Text
Raw Normal View History

2023-01-25 11:48:44 +00:00
# IDE folder
/.idea
# Microsoft office Lockfiles
~$*
*.tmp
2023-10-14 15:31:29 +00:00
tmp
2023-01-25 11:48:44 +00:00
# open office tmp lockfiles
.~lock.*
2023-01-25 11:48:44 +00:00
# Test files
test.*
*.test.*
/test
# Output of compiling
/out
/build
/target
# Dealing with BlueJ
*.bluej
*.out
*.ctxt
# Dealing with Mac users
.DS_Store
2023-10-14 15:14:10 +00:00
# nixos stuff
result
/result
.gcroots