Add data and .calva to .gitignore

We don't want to be committing the data files or the Calva files generated by running Clojure in VS Code. This fixes that.
This commit is contained in:
Nic McPhee 2020-12-17 08:15:40 -06:00
parent 0ca5e77d7a
commit a6e195eb0e

6
.gitignore vendored
View File

@ -13,3 +13,9 @@ pom.xml.asc
out out
notes notes
.idea/ .idea/
.calva/
# Don't commit the data directory that we'll
# use to hold the data from
# https://github.com/thelmuth/program-synthesis-benchmark-datasets
/data