Initial commit (.gitignore/gitattributes)

This commit is contained in:
ktetzlaff 2022-12-19 14:12:43 +01:00
commit 9fd19d4809
2 changed files with 28 additions and 0 deletions

10
.gitattributes vendored Normal file
View File

@ -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

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# ignore typical backup files
*~
\#*
~$*
.#*
*.bak
*.orig
# ignore info files
*.info
*.info-?
dir
# ignore quilt .pc dir
/.pc/
# other
/share/