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
|
|
|
|
.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
|
|
|
|
|
|
|
# Eigen headers
|
2014-03-13 18:51:01 +00:00
|
|
|
lib/Eigen/*
|
|
|
|
lib/eigen_files.mk
|
2016-04-08 00:42:11 +01:00
|
|
|
|
|
|
|
# CI builds
|
|
|
|
ci-scripts/local/*
|
2017-01-11 11:28:20 +00:00
|
|
|
|
|
|
|
# CLion stuff
|
|
|
|
.idea/*
|
|
|
|
CMakeLists.txt
|
|
|
|
cmake-build-debug/*
|