Skip to content

Instantly share code, notes, and snippets.

View freephile's full-sized avatar

Greg Rundlett freephile

View GitHub Profile
@freephile
freephile / .gitignore
Last active January 3, 2021 14:59 — forked from zpetr/.gitignore
a good .gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.ear
*.exe
*.o
*.so
@freephile
freephile / svn-lint.php
Last active December 16, 2015 09:39 — forked from omnicolor/svn-lint.php
#!/usr/local/bin/php
<?php
/**
* Pre-commit Subversion script.
*
* @author Greg Rundlett <info@eQuality-Tech.com>
*/
/**