From dfb8bc73c3b6a1ccab539319d4b091c44ae3c499 Mon Sep 17 00:00:00 2001 From: h4570 Date: Wed, 27 Jul 2022 00:13:09 +0200 Subject: [PATCH] add gitignore to bin --- .gitignore | 1 + demo/bin/.gitignore | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 demo/bin/.gitignore diff --git a/.gitignore b/.gitignore index e5fc9f7..77ef3f5 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ *.app *.erl *.elf +*.irx diff --git a/demo/bin/.gitignore b/demo/bin/.gitignore new file mode 100644 index 0000000..44c5ea8 --- /dev/null +++ b/demo/bin/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file