jplevyak / dparser

A Scannerless GLR parser/parser generater.
https://github.com/jplevyak/dparser
BSD 3-Clause "New" or "Revised" License
105 stars 14 forks source link

Added .gitignore file. #4

Closed ckaran closed 5 years ago

ckaran commented 8 years ago

Added a preliminary .gitignore file to ignore all files created by "make && make test". This is a very conservative file as it doesn't use any glob patterns, so only the particular files that are intended to be ignored are actually ignored.