.gitignore 355 B

1234567891011121314151617181920212223242526
  1. temp/
  2. /gen/
  3. output_Win32/
  4. output_x64/
  5. examples/prebuilt/
  6. .vs/
  7. m4/
  8. autom4te.cache/
  9. builds/install_images
  10. aclocal.m4
  11. *.patch
  12. *.diff
  13. config.status
  14. configure
  15. libtool
  16. *.log
  17. *.bak
  18. *.tmp
  19. *.d
  20. src/dsql/parse.cpp
  21. .vscode/.browse.VC.db
  22. extern/decNumber/libdecFloat*.a
  23. /Makefile
  24. /src/include/gen/parse.h
  25. /src/include/gen/autoconfig.auto
  26. /src/include/gen/autoconfig.h