diff options
author | ZachIR <zachir@librem.one> | 2025-08-09 06:25:20 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-09 06:25:20 -0500 |
commit | 1f34fbda6881b9292718abc5b0c2cec2fd23cc11 (patch) | |
tree | dfe1211adb57ba65038080afb8fa3b94f944b753 | |
parent | f5c4e634cdb19eca298491ad6f071ad09204060f (diff) |
Ignore object files and binary
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7001fe3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +slstatus |