git: ignore hidden files

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>
This commit is contained in:
Bruce Richardson 2019-03-11 10:57:31 +00:00 committed by Thomas Monjalon
parent 5957cda7af
commit 64ab56632f

3
.gitignore vendored
View 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