# github stuff
^\.git$
^\.gitattributes$
^\.gitignore$
^README\.md$
^inst/TODO\.md$
# documentation
^inst/doc/comparison_functions\.R$
^inst/doc/doc_regression_covariance\.tex$
^inst/doc/doc_greg\.tex$
^inst/doc/master\.bib$
^inst/doc/fhnw_en\.bst$
^inst/doc/doc_psi_functions\.tex$
^inst/doc/doc_comparison\.Rnw$
^inst/doc/doc_comparison\.tex$
^inst/doc/Sweave\.sty$
^inst/doc/useR_2022_conference
# 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$
