knossos-ksc/.gitignore

119 строки
1.1 KiB
Plaintext

# Visual Studio[ Code] state
.vs/
.vscode/
.ionide/
# User-specific cmake config
user.cmake
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
obj/
Debug/
Release/
build/
# nuget packages
/packages/
# cabal
/dist/
/dist-newstyle/
.ghc.environment.*
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Haskell stuff
*~
*#
#*#
*.bak
*.BAK
*.orig
*.prof
*.rej
*.patch
*.stackdump
*.hi
*.hi-boot
*.o-boot
*.p_o
*.t_o
*.debug_o
*.thr_o
*.thr_p_o
*.thr_debug_o
*.o
*.a
*.o.cmd
*.depend*
*.dyn_o
*.dyn_hi
# TeX
doc/AD.dvi
doc/AD.log
doc/AD.aux
doc/AD.fdb*
doc/AD.fls
doc/AD.xdv
doc/AD.pdf
*.synctex(busy)
*.synctex.gz
*.xcp
doc/sphinx/_build
doc/sphinx/relu3-plot.png
# Misc
etc/ks-vscode/node_modules/
etc/ks-vscode/out/
# Python byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Ionide F# VS Code extension
.fake
.ionide
# ONNX generated prelude
etc/onnx-prelude-autogen.ks
# Eggs
*.egg-info/
ksc-*.egg
# pytest-benchmark
.benchmarks/