From d18c96d7bab891f10e30e82d1656ccef1d162924 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 7 Feb 2014 15:26:44 -0800 Subject: [PATCH] add gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07cfce7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +genome -- 2.39.5