diff options
author | Dave Gauer <dave@ratfactor.com> | 2020-12-23 12:02:35 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2020-12-23 13:53:27 -0500 |
commit | 3b5678815f010bd016ca561e4672d2d83271cb2e (patch) | |
tree | 5d6bf2c6adcc6846c81a087dcd2596430230131a /.gitignore | |
download | ziglings-3b5678815f010bd016ca561e4672d2d83271cb2e.tar.gz ziglings-3b5678815f010bd016ca561e4672d2d83271cb2e.tar.bz2 ziglings-3b5678815f010bd016ca561e4672d2d83271cb2e.tar.xz ziglings-3b5678815f010bd016ca561e4672d2d83271cb2e.zip |
Initial commit with readme, script, and hello world
Absolutely minimum viable stuff.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b72f9be --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +*.swp |