diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2014-01-26 20:42:41 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2014-01-26 20:42:41 +0800 |
commit | 873a611907c61c4911edabffe9730b8ebae46f1f (patch) | |
tree | 3c6194f49098c418ef055e144711f62cbc02a7dc | |
parent | 58b80f986969f5ba6419a961d188936a555256df (diff) | |
download | gsoc2013-libgnome-autoar-873a611907c61c4911edabffe9730b8ebae46f1f.tar.gz gsoc2013-libgnome-autoar-873a611907c61c4911edabffe9730b8ebae46f1f.tar.zst gsoc2013-libgnome-autoar-873a611907c61c4911edabffe9730b8ebae46f1f.zip |
Update .gitignore
-rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -3,13 +3,15 @@ *.lo *.la *.bak +*.gir *.stamp -.deps -.libs -.*.sw[op] +*.typelib *.enums.xml *.gschema.valid +.deps +.libs .dirstamp +.*.sw[op] stamp-* cscope.out @@ -40,6 +42,7 @@ gnome-autoar-*.tar.* gnome-autoar/*-enum-types.[ch] gnome-autoar/gnome-autoar.pc +gnome-autoar/gnome-autoar-gtk.pc tests/test-extract tests/test-extract-memory |