2014-03-12 19:54:27 +00:00
|
|
|
# builds
|
|
|
|
build/*
|
2015-02-24 16:58:00 +00:00
|
|
|
build_debug/*
|
2013-05-01 14:35:30 +01:00
|
|
|
sandbox/*
|
|
|
|
|
2017-01-11 11:28:20 +00:00
|
|
|
# Apple stuff
|
2013-05-01 14:35:30 +01:00
|
|
|
*.xcodeproj
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# VIM
|
|
|
|
*.swp
|
|
|
|
|
|
|
|
# autotools
|
|
|
|
autom4te.cache/*
|
2014-03-12 19:54:27 +00:00
|
|
|
*.in
|
|
|
|
*.in~
|
2013-05-01 14:35:30 +01:00
|
|
|
config.h*
|
|
|
|
configure
|
2021-11-16 21:34:39 +00:00
|
|
|
configure~
|
2013-05-01 14:35:30 +01:00
|
|
|
.buildutils/*
|
|
|
|
aclocal.m4
|
|
|
|
|
2013-05-21 18:02:42 +01:00
|
|
|
# bison/flex generated sources
|
2014-03-13 18:51:01 +00:00
|
|
|
lib/*Lexer.cpp
|
|
|
|
lib/*Parser.cpp
|
|
|
|
lib/*Parser.hpp
|
2013-09-13 17:06:59 +01:00
|
|
|
|
2024-01-20 01:44:15 +00:00
|
|
|
# Eigen headers and archives
|
|
|
|
lib/Eigen
|
2014-03-13 18:51:01 +00:00
|
|
|
lib/eigen_files.mk
|
2024-01-20 01:44:15 +00:00
|
|
|
eigen-*.tar.bz2
|
2016-04-08 00:42:11 +01:00
|
|
|
|
|
|
|
# CI builds
|
|
|
|
ci-scripts/local/*
|
2017-01-11 11:28:20 +00:00
|
|
|
|
2017-07-19 18:03:41 +01:00
|
|
|
# VS Code Studio stuff
|
|
|
|
.vscode
|
2017-11-16 18:13:46 +00:00
|
|
|
*.code-workspace
|