add gitignore to bin
This commit is contained in:
@@ -30,3 +30,4 @@
|
||||
*.app
|
||||
*.erl
|
||||
*.elf
|
||||
*.irx
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user