Files
openvino/ngraph/.gitignore
Tomasz Socha 8f18a4f49f [nGraph] 🦒 Move ngraph dependencies to submodules (#6304)
* [nGraph] 🦒 Move onnx library to submodule

* [nGraph] 🦒 Move protobuf library to submodule

* [nGraph] 🦒 Move pybind11 library to submodule

* [nGraph] 🦒 Move ittapi library to submodule

* 🛠️ fix extraction of protobuf_VERSION

* Skip shellcheck for pybind11

* WIP I

* Fix condition in protobuf version comparison

* downgrade protobuf to 3.7.1

* Change location of submodules with configs

* Fix

* Update protobuf to v3.9.2

* FIX II

* Style

* FIX III

* switch to tar.gz
2021-07-05 20:06:10 +03:00

124 lines
1.1 KiB
Plaintext

# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.pyc
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
*.db
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# QT Creator
*.creator
*.config
*.files
*.includes
*.creator.user*
*.autosave
.DS_Store
@eaDir/
.d/
bin/
*.log
output/
*.png
*.jpg
*.mp2
*.mpg
*.cpio
*.wav
*.backup
doc/source/generated
.cache/
nervana_aeon.egg-info/
*.xsd
*.xslt
.vscode
# emacs
*~
# vim
*.swp
*.swo
tags
build/
scripts/
# makeenv and test intermediate files
tmp/
# Apple
*.AppleDouble
config_args.txt
.nfs*
venv/
.vscode/
.vs/
# VisualGDB files
VisualGDB/
toolchain.cmake
# docbuild artifacts
doc/sphinx/build/*
doc/doxygen/*.xml
doc/doxygen/*.html
doc/doxygen/man/*
doc/doxygen/latex/*
doc/doxygen/xml/*
doc/doxygen/html/*
# python venv things that might get added accidentally
../
python-wheels/
.whl
*.whl
.venv
# python wheels
python/share/*
# git merge
*.orig
\#*
\.#*
# remnants from a failed in-source build
CMakeCache.txt
CMakeFiles/
CMakeSettings.json
# don't add dot-save files!
.save
# YouCompleteMe
.ycm_extra_conf.py