30506f44f5
Summary: Since we are moving from boost to Capnp for serialization, it makes sense to keep all of the LogicalOperator classes in LCP format. This will make it easier to generate Capnp code. Depends on D1361 Reviewers: buda, mferencevic, msantl, dgleich, ipaljak, mculinovic, mtomic Reviewed By: mtomic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1362
43 lines
472 B
Plaintext
43 lines
472 B
Plaintext
*.breakpoint
|
|
*.data
|
|
*.dSYM/
|
|
*.o
|
|
*.out
|
|
*.pyc
|
|
*.session.yaml
|
|
*.so
|
|
*.swn
|
|
*.swo
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
.gdb_history
|
|
.idea
|
|
.ycm_extra_conf.pyc
|
|
.temp/
|
|
Testing/
|
|
build
|
|
build/
|
|
release/examples/build
|
|
cmake-build-*
|
|
cmake/DownloadProject/
|
|
dist/
|
|
src/query/frontend/opencypher/generated/
|
|
tags
|
|
ve/
|
|
ve3/
|
|
perf.data*
|
|
TAGS
|
|
*.apollo_measurements
|
|
|
|
# Lisp compiled object code
|
|
*.fas
|
|
*.fasl
|
|
|
|
# Cap'n Proto generated files
|
|
*.capnp.c++
|
|
*.capnp.h
|
|
|
|
# LCP generated C++ files
|
|
src/query/plan/operator.hpp
|