mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-12 23:37:07 +00:00
Minor changes to git config files
This commit is contained in:
parent
9fcd3a2769
commit
84f58e2065
2 changed files with 36 additions and 8 deletions
10
.gitattributes
vendored
10
.gitattributes
vendored
|
@ -10,13 +10,13 @@
|
||||||
*.dbproj merge=union
|
*.dbproj merge=union
|
||||||
|
|
||||||
# Standard to msysgit
|
# Standard to msysgit
|
||||||
*.doc diff=astextplain
|
*.doc diff=astextplain
|
||||||
*.DOC diff=astextplain
|
*.DOC diff=astextplain
|
||||||
*.docx diff=astextplain
|
*.docx diff=astextplain
|
||||||
*.DOCX diff=astextplain
|
*.DOCX diff=astextplain
|
||||||
*.dot diff=astextplain
|
*.dot diff=astextplain
|
||||||
*.DOT diff=astextplain
|
*.DOT diff=astextplain
|
||||||
*.pdf diff=astextplain
|
*.pdf diff=astextplain
|
||||||
*.PDF diff=astextplain
|
*.PDF diff=astextplain
|
||||||
*.rtf diff=astextplain
|
*.rtf diff=astextplain
|
||||||
*.RTF diff=astextplain
|
*.RTF diff=astextplain
|
||||||
|
|
34
.gitignore
vendored
34
.gitignore
vendored
|
@ -165,6 +165,23 @@ UpgradeLog*.htm
|
||||||
App_Data/*.mdf
|
App_Data/*.mdf
|
||||||
App_Data/*.ldf
|
App_Data/*.ldf
|
||||||
|
|
||||||
|
|
||||||
|
#############
|
||||||
|
## Qt Creator
|
||||||
|
#############
|
||||||
|
|
||||||
|
*.save
|
||||||
|
*.autosave
|
||||||
|
|
||||||
|
#############
|
||||||
|
## GNU Emacs
|
||||||
|
#############
|
||||||
|
|
||||||
|
\#*
|
||||||
|
.\#*
|
||||||
|
*.elc
|
||||||
|
|
||||||
|
|
||||||
#############
|
#############
|
||||||
## Windows detritus
|
## Windows detritus
|
||||||
#############
|
#############
|
||||||
|
@ -179,10 +196,21 @@ Desktop.ini
|
||||||
# Recycle Bin used on file shares
|
# Recycle Bin used on file shares
|
||||||
$RECYCLE.BIN/
|
$RECYCLE.BIN/
|
||||||
|
|
||||||
# Mac crap
|
|
||||||
|
#############
|
||||||
|
## OS X
|
||||||
|
#############
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
|
||||||
|
#############
|
||||||
|
## C#
|
||||||
|
#############
|
||||||
|
|
||||||
|
*.resources
|
||||||
|
|
||||||
|
|
||||||
#############
|
#############
|
||||||
## Python
|
## Python
|
||||||
#############
|
#############
|
||||||
|
@ -208,8 +236,8 @@ pip-log.txt
|
||||||
.coverage
|
.coverage
|
||||||
.tox
|
.tox
|
||||||
|
|
||||||
#Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
|
|
||||||
#Mr Developer
|
# Mr Developer
|
||||||
.mr.developer.cfg
|
.mr.developer.cfg
|
||||||
|
|
Loading…
Reference in a new issue