[GIT] Improve git project settings
authorandre ebersold <andre.ebersold@siemens.com>
Tue, 11 Jun 2024 07:51:35 +0000 (09:51 +0200)
committerandre ebersold <andre.ebersold@siemens.com>
Tue, 11 Jun 2024 07:51:35 +0000 (09:51 +0200)
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..aae0268
--- /dev/null
@@ -0,0 +1,9 @@
+* text=auto
+
+*.cpp       text eol=lf
+*.h         text eol=lf
+*.txt       text eol=lf
+*.xml       text eol=lf
+
+*.png       binary
+*.jpg       binary
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b4f904e
--- /dev/null
@@ -0,0 +1,4 @@
+
+*.*~
+*.bak
+*.swp