Added empty directories

This commit is contained in:
Fabio Salvini 2016-12-01 19:28:54 +01:00
parent 072608064b
commit 060ab4483e
3 changed files with 9 additions and 1 deletions

View File

@ -62,4 +62,4 @@ utils: ${SRC}/utils.c
.PHONY: clean
clean:
rm build/* bin/*
rm build/[^.]* bin/[^.]*

4
bin/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
build/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore