# For checking that no file has been unduly ignored, run: # $ git ls-files -i --exclude-per-directory=.gitignore # Any file that is displayed should be removed from the ignore list # (possibly by an exclusion rule beginning with an exclamation mark) # Generic ignore rules *~ *.o *.a *.fig \#*\# *.txt # Build system rules build-aux/* .deps Makefile Makefile.in configure config.log config.status aclocal.m4 autom4te.cache TAGS /src/dynare-preprocessor /src/dynare-preprocessor.exe /src/DynareBison.cc /src/DynareBison.hh /src/FlexLexer.h /src/DynareFlex.cc /src/location.hh /src/position.hh /src/stack.hh /src/macro/Parser.cc /src/macro/Parser.hh /src/macro/Tokenizer.cc /src/macro/location.hh /src/macro/position.hh /src/macro/stack.hh /src/doc/ # Symlinks created by Dynare/MATLAB’s main Makefile.am /dynare-preprocessor /dynare-preprocessor.exe # macOS stuff .DS_Store # Doc rules *.pdf *.aux *.log *.nav *.out *.snm *.toc *.vrb !/doc/macroprocessor/new-design.pdf !/doc/macroprocessor/old-design.pdf # test files checksum *.mod *.tex *.json +* # Bison verbose output file *.output