diff options
| -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'] + |
