aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-08-09 09:56:55 +0200
committerlonkaars <loek@pipeframe.xyz>2021-08-09 09:56:55 +0200
commit2bd0834de9925bb280a0d9b9b0cd13de1dc724d8 (patch)
treee80503d7620516036fcb7fcd5a0c73de00c0a313 /.gitignore
initial commit (simple http example copy)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b995ea6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+compile_commands.json
+build/
+.cache/
+sdkconfig*