├── .gitignore ├── .travis.yml ├── Makefile ├── README.markdown ├── ert-tests └── ignoramus-test.el └── ignoramus.el /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rolandwalker/ignoramus/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rolandwalker/ignoramus/HEAD/.travis.yml -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rolandwalker/ignoramus/HEAD/Makefile -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rolandwalker/ignoramus/HEAD/README.markdown -------------------------------------------------------------------------------- /ert-tests/ignoramus-test.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rolandwalker/ignoramus/HEAD/ert-tests/ignoramus-test.el -------------------------------------------------------------------------------- /ignoramus.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rolandwalker/ignoramus/HEAD/ignoramus.el --------------------------------------------------------------------------------