From: Martin Mares Date: Sat, 9 Sep 2006 09:48:20 +0000 (+0200) Subject: Added .gitignore files. X-Git-Tag: v3.0.0~33 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=16e37012f76edd2d37ab1b0557078079be0c2895;p=pciutils.git Added .gitignore files. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34d9d37 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.a +*.o +*.8 +lspci +setpci +update-pciids diff --git a/ChangeLog b/ChangeLog index be5f131..51c006a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-09-09 Martin Mares + * Added .gitignore files. + * Makefile (clean): Clean *.orig, too. * Cleaned up usage of `char' and `byte'. diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..efc47ae --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,2 @@ +config.h +config.mk