From 4796ee984fd2ab47c2529fff038fb4977d838859 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 10 Jul 2015 03:21:44 -0400 Subject: [PATCH] add gitignore in lisc --- lisc/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lisc/.gitignore diff --git a/lisc/.gitignore b/lisc/.gitignore new file mode 100644 index 0000000..6bd3f4d --- /dev/null +++ b/lisc/.gitignore @@ -0,0 +1,3 @@ +lisc +.comfile +*.o