From e905863f6ed172476b401b12a90290821fb1cfca Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 20 Dec 2009 09:10:00 -0500 Subject: [PATCH] ignore more generated files Signed-off-by: Mike Frysinger --- .gitignore | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 66068d7..8c0a1aa 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,21 @@ INSTALL Doxyfile doc/Doxyfile doc/html +doc/man + +# examples +examples/baud_test +examples/bitbang +examples/bitbang2 +examples/bitbang_cbus +examples/bitbang_ft2232 +examples/find_all +examples/find_all_pp +examples/serial_read +examples/simple + +# python bindings +bindings/python/setup.py # Backup files and stuff from patches *.orig @@ -50,4 +65,4 @@ CMakeFiles # Misc. binaries *.dylib -opt \ No newline at end of file +opt -- 1.7.1