commit 9fd19d48098396bc6e16d4cfd79e706e4fe7365d Author: ktetzlaff Date: Mon Dec 19 14:12:43 2022 +0100 Initial commit (.gitignore/gitattributes) 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/