1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00
LatAnalyze/.gitignore

62 lines
717 B
Plaintext

# binaries
*.o
*.a
*.so
*.dylib
examples/exMathCompiler
sandbox/*
# Apple stuffs
*.xcodeproj
.DS_Store
# VIM
*.swp
# debug
*.dSYM
# autotools
*.la
*.lo
*.Plo
autom4te.cache/*
config.h*
Makefile.in
Makefile
configure
libtool
.buildutils/m4/*
.buildutils/*
latan/.libs/*
latan/.deps/*
examples/.deps/*
examples/.libs/*
utils/.deps/*
utils/.libs/*
aclocal.m4
config.log
config.status
stamp-h1
myconfig.sh
# bison/flex generated sources
latan/*Lexer.cpp
latan/*Parser.cpp
latan/*Parser.hpp
# Eigen headers
latan/Eigen/*
latan/eigen_files.mk
# Examples
examples/exCompiledDoubleFunction
examples/exMat
examples/exMathInterpreter
examples/exPlot
examples/exRand
examples/exRand.seed
# Utils
utils/latan_sample_read