Initial commit (.gitignore/gitattributes)
This commit is contained in:
commit
9fd19d4809
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal 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
18
.gitignore
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
# ignore typical backup files
|
||||
*~
|
||||
\#*
|
||||
~$*
|
||||
.#*
|
||||
*.bak
|
||||
*.orig
|
||||
|
||||
# ignore info files
|
||||
*.info
|
||||
*.info-?
|
||||
dir
|
||||
|
||||
# ignore quilt .pc dir
|
||||
/.pc/
|
||||
|
||||
# other
|
||||
/share/
|
||||
Loading…
x
Reference in New Issue
Block a user