[dpdk-dev] [PATCH 13/22] Update .gitignore and create .gitattributes

Narcisa Ana Maria Vasile navasile at linux.microsoft.com
Fri Aug 14 01:21:36 CEST 2020


From: Narcisa Vasile <navasile at microsoft.com>

Add build folders and .vs/ to .gitignore.
Create .gitattributes to handle line endings correctly.

Signed-off-by: Narcisa Vasile <navasile at microsoft.com>
Reported-by: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>
---
 .gitattributes | 4 ++++
 .gitignore     | 2 ++
 2 files changed, 6 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..13482db3d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+* text=auto
+
+*.sln text eol=crlf
+*.vcxproj text eol=crlf
diff --git a/.gitignore b/.gitignore
index e69de29bb..543281e8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+x64/
+.vs/
-- 
2.23.0.vfs.1.1.63.g5a5ad7f



More information about the dev mailing list