.gitignore 489 B

1234567891011121314151617181920212223242526272829303132
  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. config*~
  16. libtool
  17. *.log
  18. *.bak
  19. *.tmp
  20. *.d
  21. src/dsql/parse.cpp
  22. .vscode/.browse.VC.db
  23. extern/decNumber/libdecFloat*.a
  24. extern/int128/absl/numeric/libi128*.a
  25. extern/ttmath/debug/
  26. extern/ttmath/release/
  27. /Makefile
  28. /src/include/gen/parse.h
  29. /src/include/gen/autoconfig.auto
  30. /src/include/gen/autoconfig.h
  31. extern/libcds/lib/
  32. /vcpkg_installed/