From 53ff8d04901d4489404a708a8390a69647ae1530 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Wed, 18 Apr 2018 12:27:24 -0500 Subject: [PATCH] add gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..296a7a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.*~ +*~ + +*.swp +*xz +*gz + +build.log.* +mock_*.log + +results