.gitignore 817 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .deps
  2. Makefile
  3. Makefile.in
  4. aclocal.m4
  5. autom4te.cache
  6. compile
  7. config.guess
  8. config.h
  9. config.h.in
  10. config.status
  11. config.sub
  12. configure
  13. depcomp
  14. install-sh
  15. libtool
  16. ltmain.sh
  17. missing
  18. Module.symvers
  19. stamp-h1
  20. *.cmd
  21. *.lo
  22. .tmp_versions
  23. .libs
  24. drivers/gpib/*/*.ko
  25. drivers/gpib/*/*.mod.c
  26. examples/ibtest
  27. examples/master_read_to_file
  28. examples/master_write_from_file
  29. examples/slave_read_to_file
  30. examples/slave_write_from_file
  31. include/*.h
  32. include/gpib
  33. language/python/build
  34. lib/libgpib.la
  35. lib/gpib_config/gpib_config
  36. lib/ibConfLex.c
  37. lib/ibConfLex.h
  38. lib/ibConfYacc.c
  39. lib/ibConfYacc.h
  40. util/linux_flags/Module.markers
  41. util/linux_flags/fake.c
  42. util/linux_flags/fake.ko
  43. util/linux_flags/fake.mod.c
  44. util/linux_flags/flags
  45. test/libgpib_test
  46. modules.order
  47. m4/libtool.m4
  48. m4/ltoptions.m4
  49. m4/ltsugar.m4
  50. m4/ltversion.m4
  51. m4/lt~obsolete.m4