Skip to content

Commit

Permalink
Minor changes to git config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Spanti Nicola (RyDroid) committed Jul 20, 2015
1 parent 9fcd3a2 commit 84f58e2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
34 changes: 31 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,23 @@ UpgradeLog*.htm
App_Data/*.mdf
App_Data/*.ldf


#############
## Qt Creator
#############

*.save
*.autosave

#############
## GNU Emacs
#############

\#*
.\#*
*.elc


#############
## Windows detritus
#############
Expand All @@ -179,10 +196,21 @@ Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap

#############
## OS X
#############

.DS_Store


#############
## C#
#############

*.resources


#############
## Python
#############
Expand All @@ -208,8 +236,8 @@ pip-log.txt
.coverage
.tox

#Translations
# Translations
*.mo

#Mr Developer
# Mr Developer
.mr.developer.cfg

0 comments on commit 84f58e2

Please sign in to comment.