memgraph/.gitignore
Marko Culinovic 52a9be3cc8 Add examples to installation
Summary:
Examples are added in release/examples directory. Each example
must have its own directory with populate.cyp file inside it.
This file contains graph creation queries written in OpenCypher.
When memgraph is built, database snapshots for each example are
created in release/examples/build directory. During memgraph
installation these snapshots are copied to share/memgraph/examples.

Reviewers: teon.banek, mferencevic

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1036
2017-12-12 14:59:54 +01:00

32 lines
314 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_data