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

37 lines
385 B
Plaintext
Raw Permalink 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/*
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
# 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/*
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