From 20c54b4d558e6274c4bc93fa58544cf0e5e06243 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 4 Oct 2019 08:29:41 +0100 Subject: [PATCH] gitignore --- .gitignore | 6 ++++++ snippets/test1/.gitignore | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 snippets/test1/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..791339b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +*.pyc +*~ +.*~ + + diff --git a/snippets/test1/.gitignore b/snippets/test1/.gitignore new file mode 100644 index 0000000..9f71d14 --- /dev/null +++ b/snippets/test1/.gitignore @@ -0,0 +1,2 @@ +test1 +