add gitignore to bin

This commit is contained in:
h4570
2022-07-27 00:13:09 +02:00
parent cf553b7376
commit dfb8bc73c3
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -30,3 +30,4 @@
*.app
*.erl
*.elf
*.irx
+4
View File
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore