I want the empty bin directory on my repo.

This commit is contained in:
Murilo Soares Pereira 2010-04-01 02:32:39 -03:00
parent 4a84d62d07
commit 44bc60a53b
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
lib/*.o
bin

2
bin/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore