Added .gitignore

Ignore build and install directories

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
This commit is contained in:
Damien Le Moal
2018-12-20 14:36:49 +09:00
parent bc4d6108f4
commit fcfbb30fc3

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Object files
*.o
*.a
*.dep
#Build & install directories
build/
install/