diff --git a/.gitignore b/.gitignore index bc0b97f..06b77b4 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ /test/*/*test-library /test/*/*test-application /test/*/exec-simple +/test/issue1474/ext/fortytwo.d # Ignore coverage files cov/ @@ -41,3 +42,7 @@ # Ignore auto-generated docs /docs scripts/man/dub*.1.gz + +# Ignore generated files for examples +/examples/generated-sources/generated-sources +/examples/generated-sources/source/test.d