1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-03-12 07:49:45 +00:00

42 lines
366 B
Plaintext
Raw Normal View History

2018-03-02 18:37:08 -05:00
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2018-03-02 18:46:40 -05:00
# vim
*.swp
# transient sqlite files
/sqlite
/sqlite-autoconf*
2018-03-03 20:00:50 -05:00
/cmds.txt
/sqlite-with-parquet