X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=.gitignore;h=b652e9f87d8ca99b0efed5f59a566f0b58ba95fd;hp=66068d73c134c488c91ba4fc063b6f8786c38c21;hb=11a50ae5b80b3e03694a19e84513345d0794e563;hpb=b56d5a64309e1d705d34f42a28c2371a7bf7f9fe diff --git a/.gitignore b/.gitignore index 66068d7..b652e9f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,44 +4,44 @@ *.so *.lo *.la +*.patch *.pc .deps/ .libs/ +.kdev4/ build/ -# Automake -Makefile -Makefile.in -autom4te.cache -aclocal.m4 -libtool -stamp-h1 -configure -config.* -*.substvars -ltmain.sh -missing -install-sh -depcomp -INSTALL - # kdevelop *.kdevelop.pcs *.kdevses # Doxygen documentation Doxyfile +Doxyfile.xml doc/Doxyfile doc/html +doc/man +doc/xml + +# examples +examples/baud_test +examples/bitbang +examples/bitbang2 +examples/bitbang_cbus +examples/bitbang_ft2232 +examples/find_all +examples/find_all_pp +examples/serial_test +examples/simple # Backup files and stuff from patches *.orig *.rej *~ +.*.swp # libftdi specific -libftdi-config -libftdi.spec +libftdi1-config # CMake CMakeCache.txt @@ -50,4 +50,7 @@ CMakeFiles # Misc. binaries *.dylib -opt \ No newline at end of file +opt + +# ctags +tags