diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-07-09 22:56:34 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-07-10 15:36:45 +0200 |
| commit | c0e7c121e96713549dce67b01f8d86ef79e6ab80 (patch) | |
| tree | 3ad4d371835c2c18e08a96d0231b8836786a67dc /.gitignore | |
| download | boids-c0e7c121e96713549dce67b01f8d86ef79e6ab80.tar.gz boids-c0e7c121e96713549dce67b01f8d86ef79e6ab80.tar.bz2 boids-c0e7c121e96713549dce67b01f8d86ef79e6ab80.zip | |
Initial commit: drawing boid with direction and position
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target |
