diff options
author | Mattias Andrée <maandree@kth.se> | 2019-04-18 14:50:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-04-18 14:50:05 +0200 |
commit | 1166ccd674f398b02b6ef28f8032f83720235e77 (patch) | |
tree | 72a87c1ee7185cc66bc748a30e3c3af8a4eda015 /.gitignore | |
download | liberror-gpgme-1166ccd674f398b02b6ef28f8032f83720235e77.tar.gz liberror-gpgme-1166ccd674f398b02b6ef28f8032f83720235e77.tar.bz2 liberror-gpgme-1166ccd674f398b02b6ef28f8032f83720235e77.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..983233b --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*\#* +*~ +*.o +*.a +*.lo +*.so +*.so.* +*.su +*.dll +*.dylib |