From 2ddc95f15577ddd03c9e94edc09ffb9fca294a9d Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Mon, 17 Oct 2016 12:14:01 -0200 Subject: [PATCH] Add .gitignore for build and test files Just ignoring files created during python install and when executing tests (files are generated) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50f2ca2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +build/* +history.c +history.h +phonebook.c +phonebook.h