From 7a5da7d55d40e431e561ab2c891b7cab155e74db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 15 Jun 2020 16:48:33 +0200 Subject: Allow hidden files with a hyphen to be source controlled Latest bundler includes a file named `.gitlab-ci.yml.tt`. Because of this too specific .gitignore entry, it was failing to be properly imported. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 916c7aaf9e..9ae079ed5e 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ *.swp *.yarb *~ -.*-* .*.list .*.time .DS_Store @@ -60,6 +59,8 @@ lcov*.info /build*/ /COPYING.LIB /ChangeLog +/.downloaded-cache +/.top-enc.mk /Doxyfile /GNUmakefile /README.atheos @@ -191,6 +192,7 @@ lcov*.info # /ext/ripper/ /ext/ripper/eventids1.c +/ext/ripper/.eventids2-check /ext/ripper/eventids2table.c /ext/ripper/ripper.* /ext/ripper/ids1 -- cgit v1.2.1