diff options
author | Mattias Andrée <m@maandree.se> | 2025-01-29 21:07:06 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-01-29 21:07:06 +0100 |
commit | fde1d802203869236ae5678082626cca55f1f50d (patch) | |
tree | 8bd6f5c1ebbf8acd6932fe6f22abfe367dcd7de5 /.gitignore | |
download | nokeyrings-fde1d802203869236ae5678082626cca55f1f50d.tar.gz nokeyrings-fde1d802203869236ae5678082626cca55f1f50d.tar.bz2 nokeyrings-fde1d802203869236ae5678082626cca55f1f50d.tar.xz |
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b9a5e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*\#* +*~ +*.o +*.a +*.lo +*.su +*.so +*.so.* +*.dll +*.dylib +*.gch +*.gcov +*.gcno +*.gcda +/nokeyrings |