This excludes the currently tracked files from being ignored.
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7e45489d2..3a760af99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,11 @@
 # than blocking about 500 different test files and bug report outputs.
 /.*
 /*
+!/.cirrus.yml
+!/.gitattributes
+!/.github
 !/.gitignore
+!/.travis.yml
 !/CHANGELOG
 !/LICENSE
 !/BRANCHES
-- 
2.28.0


Reply via email to