From 15de3b5f403bbebfa9865ab0c128799aaeaa12ab Mon Sep 17 00:00:00 2001 From: Alan Ott Date: Tue, 3 Jul 2012 00:47:18 -0400 Subject: [PATCH] Update of .gitignore files --- libusb/.gitignore | 6 +++++- linux/.gitignore | 5 ++++- mac/.gitignore | 6 +++++- pc/.gitignore | 1 + testgui/.gitignore | 8 +++++++- 5 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 pc/.gitignore diff --git a/libusb/.gitignore b/libusb/.gitignore index ad92ec1..67460db 100644 --- a/libusb/.gitignore +++ b/libusb/.gitignore @@ -1,4 +1,8 @@ *.o *.so -hidtest +*.la +*.lo +*.a +.libs +.deps hidtest-libusb diff --git a/linux/.gitignore b/linux/.gitignore index 5ce2baa..127bf37 100644 --- a/linux/.gitignore +++ b/linux/.gitignore @@ -12,4 +12,7 @@ Release *.o *.so hidtest-hidraw -hidtest-libusb +.deps +.libs +*.lo +*.la diff --git a/mac/.gitignore b/mac/.gitignore index 38276a5..7cc3f0d 100644 --- a/mac/.gitignore +++ b/mac/.gitignore @@ -10,4 +10,8 @@ Release *.dll *.pdb *.o -hidtest \ No newline at end of file +hidapi-hidtest +.deps +.libs +*.la +*.lo diff --git a/pc/.gitignore b/pc/.gitignore new file mode 100644 index 0000000..6fd0ef0 --- /dev/null +++ b/pc/.gitignore @@ -0,0 +1 @@ +*.pc diff --git a/testgui/.gitignore b/testgui/.gitignore index 714527f..11ef5e4 100644 --- a/testgui/.gitignore +++ b/testgui/.gitignore @@ -10,4 +10,10 @@ Release *.dll *.pdb *.o -testgui \ No newline at end of file +hidapi-testgui +hidapi-hidraw-testgui +hidapi-libusb-testgui +.deps +.libs +*.la +*.lo