git: ignore hidden files
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 11 Mar 2019 10:57:31 +0000 (10:57 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 13 Mar 2019 10:55:53 +0000 (11:55 +0100)
Generally hidden files are hidden for good reason and we don't want to
track them in git. They can always be manually added to git tracking
individually if needed.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
.gitignore

index eb3c237..39e00bd 100644 (file)
@@ -1,3 +1,6 @@
+# ignore hidden files
+.*
+
 # ignore generated documentation tables
 doc/guides/nics/overview_table.txt
 doc/guides/cryptodevs/overview_feature_table.txt