From 2804e8aaac94eb9e794707aa3b70e96d2cb8892d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 1 Oct 2018 23:47:01 +0530 Subject: Add .gitignore. * .gitignore: New file. --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2206335 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.go +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +build-aux/install-sh +build-aux/missing +config.log +config.status +configure +pre-inst-env +test-suite.log +tests/*.log +tests/*.trs \ No newline at end of file -- cgit v1.2.3