# github stuff
^\.git$
^\.gitattributes$
^\.gitignore$
^README\.md$
^inst/TODO$
# documentation
^inst/doc/comparison_functions\.R$
^inst/doc/doc_regression_covariance\.md$
^inst/doc/doc_robust_GREG\.md$
^inst/doc/doc_psi_functions\.md$
^inst/doc/doc_comparison\.md$
^inst/doc/doc_comparison\.Rmd$
^inst/doc/fluent\.css$
^inst/doc/doc_robust_GREG\.md$
# varia
^inst/varia/$
# tests
^tests
# src folder
^src/Makefile$
^src/_checkout_wquantile\.bat$
^src/cflow$
# vignettes folder
^vignettes/my_Makefile$
# license (github requries it in the base directory but CRAN complains)
^LICENSE$
^CONTRIBUTING.md$
