mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
35 lines
427 B
Plaintext
35 lines
427 B
Plaintext
# builds
|
|
build/*
|
|
build_debug/*
|
|
sandbox/*
|
|
|
|
# Apple stuff
|
|
*.xcodeproj
|
|
.DS_Store
|
|
|
|
# VIM
|
|
*.swp
|
|
|
|
# autotools
|
|
autom4te.cache/*
|
|
configure
|
|
configure~
|
|
.buildutils/*
|
|
aclocal.m4
|
|
|
|
# bison/flex generated sources
|
|
lib/LatAnalyze/*Lexer.cpp
|
|
lib/LatAnalyze/*Parser.cpp
|
|
lib/LatAnalyze/*Parser.hpp
|
|
|
|
# Eigen headers and archives
|
|
lib/LatAnalyze/Eigen
|
|
eigen-*.tar.bz2
|
|
|
|
# CI builds
|
|
ci-scripts/local/*
|
|
|
|
# VS Code Studio stuff
|
|
.vscode
|
|
*.code-workspace
|