Created
July 30, 2012 10:37
-
-
Save github101/3206115 to your computer and use it in GitHub Desktop.
Revisions
-
github101 revised this gist
Jul 30, 2012 . 1 changed file with 32 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,32 @@ # Compiled source # ################### *.com *.class *.dll *.exe *.o *.so # Packages # ############ *.7z *.dmg *.gz *.iso *.jar *.rar *.tar *.zip # Logs and databases # ###################### *.log *.sql *.sqlite # OS generated files # ###################### .DS_Store* ehthumbs.db Icon? Thumbs.db -
github101 created this gist
Jul 30, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ git config --global user.name github101 git config --global user.email "github101@gmail.com" git config --global core.editor "subl -w" git config --global github.user github101 git config --global core.autocrlf true git config --global core.safecrlf true git config --global core.pager less -r git config --global color.ui true git config --global color.diff auto git config --global color.status auto git config --global color.branch auto git config --global color.interactive auto git config --global merge.tool vimdiff git config --global core.excludesfile ~/.gitignore