mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 08:55:37 +00:00
30 lines
305 B
Plaintext
30 lines
305 B
Plaintext
# builds
|
|
build/*
|
|
build_debug/*
|
|
sandbox/*
|
|
|
|
# Apple stuffs
|
|
*.xcodeproj
|
|
.DS_Store
|
|
|
|
# VIM
|
|
*.swp
|
|
|
|
# autotools
|
|
autom4te.cache/*
|
|
*.in
|
|
*.in~
|
|
config.h*
|
|
configure
|
|
.buildutils/*
|
|
aclocal.m4
|
|
|
|
# bison/flex generated sources
|
|
lib/*Lexer.cpp
|
|
lib/*Parser.cpp
|
|
lib/*Parser.hpp
|
|
|
|
# Eigen headers
|
|
lib/Eigen/*
|
|
lib/eigen_files.mk
|