diff options
| author | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 07:30:34 +0100 |
|---|---|---|
| committer | UMTS at Teleco <crt@teleco.ch> | 2026-03-08 07:30:34 +0100 |
| commit | 8623ef0ee74ff48a5ee24ee032f5b549f662f09d (patch) | |
| tree | 7f11543d05cfe0e7bd5aaca31ff1d4c86a271fd0 /.gitignore | |
goofy ah
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e0cee18 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.DS_Store +*/.DS_Store +*/**/.DS_Store +*.log +*.tmp +*.bak + +target/ +build/ + +Cargo.lock +.hoardom +me.md
\ No newline at end of file |
