diff options
author | emile <hanemile@protonmail.com> | 2018-10-15 16:14:58 +0200 |
---|---|---|
committer | emile <hanemile@protonmail.com> | 2018-10-15 16:14:58 +0200 |
commit | ccd3d77c4f6a116988beefef55cea3a1720e6d0d (patch) | |
tree | 87ded6b3f605b7c976de1ef2bfdd787585a3af68 | |
parent | 741a6e97ef7b7ad5e119d5409741f8423fdf2629 (diff) |
added pngs to the .gitignore, we can't upload png's accedently now
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1635740..e9d7897 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,5 @@ _testmain.go *.test *.prof *.csv - +*.png |