1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-12 17:35:35 +00:00

gitignore update

This commit is contained in:
Antonin Portelli 2024-02-10 18:40:49 +01:00
parent ccdc54243e
commit a0c654003d

16
.gitignore vendored
View File

@ -1,7 +1,5 @@
# builds # builds
build/* build/*
build_debug/*
sandbox/*
# Apple stuff # Apple stuff
*.xcodeproj *.xcodeproj
@ -10,24 +8,12 @@ sandbox/*
# VIM # VIM
*.swp *.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 # Eigen headers and archives
lib/LatAnalyze/Eigen lib/LatAnalyze/Eigen
eigen-*.tar.bz2 eigen-*.tar.bz2
# CI builds # CI builds
ci-scripts/local/* /ci-scripts/local/*
# VS Code Studio stuff # VS Code Studio stuff
.vscode .vscode