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.
30 lines
260 B
30 lines
260 B
5 years ago
|
# 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-*
|