From 6c3c1a5b8064cdeed483230d2d05bdfb4796c5c5 Mon Sep 17 00:00:00 2001 From: Julian Picht Date: Wed, 14 Dec 2016 23:01:58 +0100 Subject: create gitignore files --- .gitignore | 3 +++ tools/planetest/.gitignore | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 tools/planetest/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b956a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +lib +test diff --git a/tools/planetest/.gitignore b/tools/planetest/.gitignore new file mode 100644 index 0000000..a5b09e2 --- /dev/null +++ b/tools/planetest/.gitignore @@ -0,0 +1,2 @@ +*.csv +camfind -- cgit v1.2.3