From c0e7c121e96713549dce67b01f8d86ef79e6ab80 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Jul 2020 22:56:34 +0200 Subject: Initial commit: drawing boid with direction and position --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target -- cgit