Add .gitignore for build and test files

Just ignoring files created during python install
and when executing tests (files are generated)
This commit is contained in:
Bruno Dilly 2016-10-17 12:14:01 -02:00
parent bcc223daf4
commit 2ddc95f155
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
build/*
history.c
history.h
phonebook.c
phonebook.h