diff options
| author | Bobby <[email protected]> | 2025-11-25 19:03:01 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-11-27 14:44:10 +0530 |
| commit | aa360e82b38bef24a0d186ea80be8b74ff163e2f (patch) | |
| tree | 8a71a0d3387edf36f9713e04cb5b4a5db421b476 /.gitignore | |
| parent | 60752327ed3d179ca39948a8af339e0e230babca (diff) | |
| download | akiba-aa360e82b38bef24a0d186ea80be8b74ff163e2f.tar.xz akiba-aa360e82b38bef24a0d186ea80be8b74ff163e2f.zip | |
update gitignore to ignore log and build files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ iso/ *.o -*.elf
\ No newline at end of file +*.elf +*.log +.zig-cache/ +.zig-build/ +.DS_Store
\ No newline at end of file |
