mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 08:55:37 +00:00
62 lines
717 B
Plaintext
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
|