Created
July 16, 2013 05:00
-
-
Save lewang/6005901 to your computer and use it in GitHub Desktop.
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 characters
| ################# | |
| # host specific # | |
| ################# | |
| backup | |
| tmp | |
| .zcompdump | |
| .perldb | |
| .mdbhistory | |
| .rnd | |
| .less-history-file | |
| .*_history | |
| .*_hist | |
| .dvdcss | |
| .eshell | |
| .recentf | |
| .Xdefaults | |
| .gem | |
| .gitk | |
| .ido.last | |
| .lesshst | |
| .smex-items | |
| .subversion | |
| .cvspass | |
| .ssh | |
| .emacs.bmk | |
| .cheat | |
| .rvm | |
| .cpan | |
| .irb-history | |
| .viminfo | |
| .semanticdb | |
| .pgpass | |
| .CFUserTextEncoding | |
| .Xauthority | |
| .bundle | |
| .slime-his* | |
| .jline-reply.history | |
| ############################ | |
| # subfolders are under VCS # | |
| ############################ | |
| ######################## | |
| # generated temp files # | |
| ######################## | |
| *~ | |
| ~* | |
| \#*# | |
| ################### | |
| # Compiled source # | |
| ################### | |
| *.elc | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| ########################################################################### | |
| ## top level directories on MAC (specify "/*" to only apply to top level ## | |
| ## dir) ## | |
| ########################################################################### | |
| src/* | |
| Public/* | |
| Dropbox/* | |
| cubby/* | |
| Google Drive/* | |
| Pictures/* | |
| Music/* | |
| Movies/* | |
| Library/* | |
| Downloads/* | |
| Documents/* | |
| .Trash/* | |
| .heroku/* | |
| Desktop/* | |
| Sites/* | |
| git-reps/* | |
| .m2/* | |
| .npm/* | |
| .lein/* | |
| .filezilla/* | |
| .node-gyp/* | |
| .xchat2 | |
| VirtualBox VMs/* | |
| build/* | |
| ############ | |
| # Archives # | |
| ############ | |
| # it's better to unpack these files and commit the raw source | |
| # git has its own built in compression methods | |
| *.7z | |
| *.dmg | |
| *.gz | |
| *.bz2 | |
| *.iso | |
| *.jar | |
| *.rar | |
| *.tar | |
| *.zip | |
| ###################### | |
| # Logs and databases # | |
| ###################### | |
| *.log | |
| *.sql | |
| *.sqlite | |
| .node_libraries | |
| ###################### | |
| # OS generated files # | |
| ###################### | |
| .DS_Store? | |
| ehthumbs.db | |
| Icon? | |
| Thumbs.db | |
| ## maybe track these | |
| .mplayer/* | |
| usr/* | |
| .cups/* | |
| .fontconfig/* | |
| .keepassx/* | |
| .dropbox/* | |
| .wag/* | |
| ### Emacs settings, DON'T remove! | |
| ### Local Variables: *** | |
| ### mode: sh *** | |
| ### truncate-lines: t *** | |
| ### END: *** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment