diff options
| author | emile <hanemile@protonmail.com> | 2018-10-08 17:42:51 +0200 |
|---|---|---|
| committer | emile <hanemile@protonmail.com> | 2018-10-08 17:42:51 +0200 |
| commit | e9f221892d5722ebc738138f504d080b08b7d9ff (patch) | |
| tree | aa769fd266d8af49457014a4891b84b1699ea1c2 /.gitignore | |
| parent | 929da9cff24a3853563adb950eea057c16a404fe (diff) | |
Fancy logging (Bad Function)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 75eef4a..1635740 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # Folders _obj _test +data # Architecture specific extensions/prefixes *.[568vq] @@ -23,6 +24,6 @@ _testmain.go *.exe *.test *.prof +*.csv + -# Stardata -.csv |
