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:
parent
5957cda7af
commit
64ab56632f
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
# ignore hidden files
|
||||
.*
|
||||
|
||||
# ignore generated documentation tables
|
||||
doc/guides/nics/overview_table.txt
|
||||
doc/guides/cryptodevs/overview_feature_table.txt
|
||||
|
Loading…
Reference in New Issue
Block a user