From: andre ebersold Date: Tue, 11 Jun 2024 07:51:35 +0000 (+0200) Subject: [GIT] Improve git project settings X-Git-Url: https://git.ebersold.fr/?a=commitdiff_plain;h=e66bbb6ce225850b895988d13bde5d0d988811be;p=antcc.git [GIT] Improve git project settings --- 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