mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
47 lines
502 B
Plaintext
47 lines
502 B
Plaintext
# binaries
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dylib
|
|
examples/ex_test
|
|
sandbox/*
|
|
|
|
# Apple stuffs
|
|
*.xcodeproj
|
|
.DS_Store
|
|
|
|
# VIM
|
|
*.swp
|
|
|
|
# debug
|
|
*.dSYM
|
|
|
|
# autotools
|
|
*.la
|
|
*.lo
|
|
*.Plo
|
|
autom4te.cache/*
|
|
config.h*
|
|
Makefile.in
|
|
Makefile
|
|
configure
|
|
libtool
|
|
.buildutils/m4/*
|
|
.buildutils/*
|
|
latan/.libs/*
|
|
latan/.deps/*
|
|
examples/.deps/*
|
|
examples/.libs/*
|
|
utils/.deps/*
|
|
utils/.libs/*
|
|
aclocal.m4
|
|
config.log
|
|
config.status
|
|
stamp-h1
|
|
myconfig.sh
|
|
|
|
# bison/flex generated sources
|
|
latan/IOASCIILexer.cpp
|
|
latan/IOASCIIParser.cpp
|
|
latan/IOASCIIParser.hpp
|