.gitignore: add openbox/* && obclone: add script

This commit is contained in:
Mika Suomalainen 2013-02-10 20:13:09 +02:00
parent 5146f94d1a
commit 099bdc2cc1
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
*.swp
*.tmp
wwwuser
openbox/*

3
obclone Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
git clone git://gist.github.com/4750378.git openbox
# vim : set : ft=sh