You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
graphengine/.gitignore

30 lines
231 B

# GraphEngine
/build
/output
/prebuilts
*.ir
*.out
# Dynamic libraries
# *.so
*.dylib
# Static libraries
*.la
*.lai
*.a
*.lib
# Protocol buffers
*_pb2.py
*.pb.h
*.pb.cc
# Object files
*.o
# Editor
.vscode
.idea/
cmake-build-*