Import example config file from ftdi_eeprom tree
[libftdi] / .gitignore
index 66068d7..5a47eba 100644 (file)
@@ -7,6 +7,7 @@
 *.pc
 .deps/
 .libs/
+.kdev4/
 build/
 
 # Automake
@@ -33,11 +34,27 @@ 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
 *.rej
 *~
+.*.swp
 
 # libftdi specific
 libftdi-config
@@ -50,4 +67,4 @@ CMakeFiles
 
 # Misc. binaries
 *.dylib
-opt
\ No newline at end of file
+opt