I hereby claim:
- I am edmilsonefs on github.
- I am edmilsonefs (https://keybase.io/edmilsonefs) on keybase.
- I have a public key whose fingerprint is DDC7 68BB AC63 F5B5 B7C3 E3E7 0A57 9FA2 87B2 D972
To claim this, I am signing this object:
| ###################################################### | |
| # Some common .gitignore configurations # | |
| # Reference: https://gist.github.com/octocat/9257657 # | |
| ###################################################### | |
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll |
| grep -r -l '<link rel="stylesheet" href="/resources/testharness.css" />' . | grep -v \.git | xargs sed -i '' 's/<link rel="stylesheet" href="\/resources\/testharness\.css" \/>//g' |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| while : | |
| do | |
| clear | |
| git --no-pager log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --all | |
| sleep 1 | |
| done |