git » libfiu » commit 0b0ab9a

gitignore: Ignore "hidden" files (.*)

author Alberto Bertogli
2018-09-08 18:16:04 UTC
committer Alberto Bertogli
2018-09-08 18:16:41 UTC
parent 633bd2ae5d89850fecf71161bc74f21c04904c5b

gitignore: Ignore "hidden" files (.*)

This is just for convenience, to have tree-local files that don't appear
in "git status" by default.

.gitignore +1 -0

diff --git a/.gitignore b/.gitignore
index b365210..b80b6b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ tests/generated/tests/*.[oc]
 .*.swp
 *.gcno
 *.gcda
+.*