diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-04-11 19:27:43 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-04-11 19:27:43 +0530 |
| commit | 829d9e438f4eedf9dfb15aec59510ecc14be583c (patch) | |
| tree | fce8a6e3101a56a5786db2f2adeb6d01bbed051b /.gitignore | |
| download | temperature-sensor-attiny84a-829d9e438f4eedf9dfb15aec59510ecc14be583c.tar.gz temperature-sensor-attiny84a-829d9e438f4eedf9dfb15aec59510ecc14be583c.zip | |
Init commit with boilerplate shit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e2f1ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.clang_complete +.ccls +a.out +out/ +*.zip +fp-info-cache +*.lck |
