preprocessor/.gitignore

71 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-02-15 12:40:40 +01:00
# 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
\#*\#
2018-09-07 10:14:45 +02:00
*.txt
2018-02-15 12:40:40 +01:00
# Build system rules
2018-03-07 13:15:17 +01:00
build-aux/*
2018-02-15 12:40:40 +01:00
.deps
Makefile
Makefile.in
configure
config.log
config.status
aclocal.m4
autom4te.cache
2018-06-14 14:49:53 +02:00
TAGS
2018-02-15 12:40:40 +01:00
/src/dynare-preprocessor
/src/dynare-preprocessor.exe
2018-02-15 12:40:40 +01:00
/src/DynareBison.cc
/src/DynareBison.hh
/src/FlexLexer.h
/src/DynareFlex.cc
/src/location.hh
/src/position.hh
/src/stack.hh
2019-05-30 20:40:56 +02:00
/src/macro/Parser.cc
/src/macro/Parser.hh
/src/macro/Tokenizer.cc
2018-02-15 12:40:40 +01:00
/src/macro/location.hh
/src/macro/position.hh
/src/macro/stack.hh
/src/doc/
# Symlinks created by Dynare/MATLABs main Makefile.am
/dynare-preprocessor
/dynare-preprocessor.exe
2018-02-15 12:40:40 +01:00
# macOS stuff
.DS_Store
2018-02-19 15:00:13 +01:00
# 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