summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-11-02 15:18:22 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-11-02 15:18:22 +0800
commitd41e70ce3463f6b239da415c5d69773fce55f9e9 (patch)
tree289118994759c92c5b637cc99e4c2a6b535a8a23 /.gitignore
downloadsmart-home-d41e70ce3463f6b239da415c5d69773fce55f9e9.tar.gz
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..596a14b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# C
+**/*.o
+**/*.elf
+**/*.hex
+**/*.out
+
+# Vim
+*.swp
+*.core