Signed-off-by: Mike Frysinger <[email protected]> --- .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.6.6.rc3 -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
