From 55a20a9888c0160fd0d8f943b49a0ead649d1076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Dahlstr=C3=B6m?= Date: Wed, 23 Jun 2021 23:03:34 +0200 Subject: [PATCH] add .gitignore (ignore files without extensions, e.g. test binaries) --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aafc774 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Ignore all +* + +# Unignore all with extensions +!*.* + +# Unignore all dirs +!*/