|
|
@@ -28,3 +28,17 @@
|
|
|
*.gif binary
|
|
|
*.ico binary
|
|
|
*.mo binary
|
|
|
+
|
|
|
+# Remove files for archives generated using `git archive`
|
|
|
+appveyor.yml export-ignore
|
|
|
+CONTRIBUTING.md export-ignore
|
|
|
+.editorconfig export-ignore
|
|
|
+.gitattributes export-ignore
|
|
|
+.gitignore export-ignore
|
|
|
+Makefile export-ignore
|
|
|
+phpunit.xml.dist export-ignore
|
|
|
+.travis.yml export-ignore
|
|
|
+tests/test_app export-ignore
|
|
|
+tests/TestCase export-ignore
|
|
|
+tests/bake_compare export-ignore
|
|
|
+tests/bootstrap.php export-ignore
|