From e66bbb6ce225850b895988d13bde5d0d988811be Mon Sep 17 00:00:00 2001 From: andre ebersold Date: Tue, 11 Jun 2024 09:51:35 +0200 Subject: [PATCH] [GIT] Improve git project settings --- .gitattributes | 9 +++++++++ .gitignore | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aae0268 --- /dev/null +++ b/.gitattributes @@ -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 index 0000000..b4f904e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ + +*.*~ +*.bak +*.swp -- 2.30.2