bdilly pushed a commit to branch master.

http://git.enlightenment.org/tools/geneet.git/commit/?id=2ddc95f15577ddd03c9e94edc09ffb9fca294a9d

commit 2ddc95f15577ddd03c9e94edc09ffb9fca294a9d
Author: Bruno Dilly <bdi...@profusion.mobi>
Date:   Mon Oct 17 12:14:01 2016 -0200

    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(+)

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

-- 


Reply via email to