diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-10 23:25:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-10 23:25:06 +0100 |
| commit | b5348ee369ac689d88da0f64f34f3453f0065237 (patch) | |
| tree | ed2004b86fb06afecc8d25d0aa10e98dc04a780c | |
| parent | 552534a2a264676a5a560bbcd9bdbf8c72910a7e (diff) | |
Add script / .gitignore.
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | cscript | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e97e299 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.waf-* +.lock-waf* +build +core + @@ -0,0 +1,2 @@ +builds = ['source'] + |
