diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-01-31 12:08:23 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-01-31 12:08:23 -0500 |
commit | 2c795b6bf6cd0f9b9d66b6cf2dfced7d3171e294 (patch) | |
tree | f0d35ab7f1b0cc649af506aed084421d41214bcf | |
parent | 908f792db6fdc04fde4b48e8873767edd5d59cea (diff) | |
download | tanetane-2c795b6bf6cd0f9b9d66b6cf2dfced7d3171e294.tar.gz tanetane-2c795b6bf6cd0f9b9d66b6cf2dfced7d3171e294.tar.bz2 tanetane-2c795b6bf6cd0f9b9d66b6cf2dfced7d3171e294.zip |
Added scratch directory to gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d76b74e..d63ba69 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,2 +1,3 @@ | |||
1 | build | 1 | build |
2 | .DS_Store | 2 | .DS_Store |
3 | scratch | ||