1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-19 21:25:36 +01:00
LatAnalyze/.gitignore

33 lines
337 B
Plaintext
Raw Normal View History

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/*
# Apple stuffs
*.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
# bison/flex generated sources
2014-03-13 18:51:01 +00:00
lib/*Lexer.cpp
lib/*Parser.cpp
lib/*Parser.hpp
# Eigen headers
2014-03-13 18:51:01 +00:00
lib/Eigen/*
lib/eigen_files.mk
# CI builds
ci-scripts/local/*