Add .gitignore with rules for the bin/ directory

This commit is contained in:
Donovan Glover 2017-12-11 23:24:30 -05:00
parent 6332e21a02
commit 4369f5be7d
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Ignore all files inside the bin/ directory except .gitkeep
bin/*
!bin/.gitkeep