diff options
author | Mattias Andrée <maandree@kth.se> | 2023-06-23 09:11:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-06-23 09:11:42 +0200 |
commit | ebc0fb022c48ced5e690567b3fb4186a3dfbd937 (patch) | |
tree | 82f32fb8b13d64a9a11257526e4b3413c6ae4022 /.gitignore | |
download | key2root-ebc0fb022c48ced5e690567b3fb4186a3dfbd937.tar.gz key2root-ebc0fb022c48ced5e690567b3fb4186a3dfbd937.tar.bz2 key2root-ebc0fb022c48ced5e690567b3fb4186a3dfbd937.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d941ef3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*\#* +*~ +*.o +*.a +*.lo +*.su +*.so +*.so.* +*.dll +*.dylib +*.gch +*.gcov +*.gcno +*.gcda +/key2root +/key2root-lskeys +/key2root-addkey +/key2root-rmkey |