[dpdk-dev] [PATCH 3/4] .gitignore: ignore hidden files
    Bruce Richardson 
    bruce.richardson at intel.com
       
    Wed Mar  6 18:05:56 CET 2019
    
    
  
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 at intel.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index eb3c23705..79509c35d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,6 @@ TAGS
 
 # ignore python bytecode files
 *.pyc
+
+# ignore hidden files
+.*
-- 
2.20.1
    
    
More information about the dev
mailing list