mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-20 16:26:54 +01:00
first cmake draft, source relocation, not working
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@ -12,22 +12,18 @@ sandbox/*
|
||||
|
||||
# autotools
|
||||
autom4te.cache/*
|
||||
*.in
|
||||
*.in~
|
||||
config.h*
|
||||
configure
|
||||
configure~
|
||||
.buildutils/*
|
||||
aclocal.m4
|
||||
|
||||
# bison/flex generated sources
|
||||
lib/*Lexer.cpp
|
||||
lib/*Parser.cpp
|
||||
lib/*Parser.hpp
|
||||
lib/LatAnalyze/*Lexer.cpp
|
||||
lib/LatAnalyze/*Parser.cpp
|
||||
lib/LatAnalyze/*Parser.hpp
|
||||
|
||||
# Eigen headers and archives
|
||||
lib/Eigen
|
||||
lib/eigen_files.mk
|
||||
lib/LatAnalyze/Eigen
|
||||
eigen-*.tar.bz2
|
||||
|
||||
# CI builds
|
||||
|
Reference in New Issue
Block a user