diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-04-27 23:48:33 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-04-27 23:48:33 +0200 |
commit | 9c46d94b30bce282a590f8a6dcbec4498f7e18b0 (patch) | |
tree | b598f252070c3ac9f4447e071eddc61974e46ac0 /.gitignore | |
download | elfload-9c46d94b30bce282a590f8a6dcbec4498f7e18b0.tar.gz elfload-9c46d94b30bce282a590f8a6dcbec4498f7e18b0.zip |
initial commit of elfload
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..4fffb2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +/Cargo.lock |