diff options
author | Andy Wortman <ixineeringeverywhere@gmail.com> | 2019-03-14 15:51:15 -0700 |
---|---|---|
committer | Andy Wortman <ixineeringeverywhere@gmail.com> | 2019-03-14 15:51:39 -0700 |
commit | ac7604616ab2e44ad12a9d8d5dd90dec15feb5cc (patch) | |
tree | 7fa9ecddf5cba16c5f763a5ec1124933b5b9f962 /.gitignore |
add ASI controls
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..53eaa21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +**/*.rs.bk |