From 9fd19d48098396bc6e16d4cfd79e706e4fe7365d Mon Sep 17 00:00:00 2001 From: ktetzlaff Date: Mon, 19 Dec 2022 14:12:43 +0100 Subject: [PATCH] Initial commit (.gitignore/gitattributes) --- .gitattributes | 10 ++++++++++ .gitignore | 18 ++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..96dc736 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# .gitattributes +# See http://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes + +# default EOL behavior: use LF in repo, normalize (convert to native) during +# checkout +* text=auto + +# text files that shall always have LF EOLs +*.texi text eol=lf +vera.? text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..709164e --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# ignore typical backup files +*~ +\#* +~$* +.#* +*.bak +*.orig + +# ignore info files +*.info +*.info-? +dir + +# ignore quilt .pc dir +/.pc/ + +# other +/share/