diff options
author | Determinant <[email protected]> | 2020-09-24 13:32:19 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-09-24 13:32:19 -0400 |
commit | f8c07b16a9a3366260052434dec126557ea2e173 (patch) | |
tree | a3b8bc2e0d0127272a4abb6ec280e52ec07baf3d /.gitignore |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59a4524 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +**/*.rs.bk +.#* +.gdb_history +Cargo.lock +target/ |