Initial folder structure commit

This commit is contained in:
Eugene Cheah 2016-01-23 15:43:35 +08:00
commit 57ca297806
5 changed files with 21 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Built files
bin/*.js

0
bin/_anchor.txt Normal file
View File

19
build.xml Executable file
View File

@ -0,0 +1,19 @@
<project name="gpu.js" default="source">
<!-- **************************************************
The following lists the target sets supported by ant
+ build
+ clean
+ compile / build / source
+ src-beautify
************************************************** -->
<!-- convinent aliases -->
<target name="source" depends="build">
</target>
<!-- The build ant script -->
<target name="build">
</target>
</project>

0
demo/_anchor.txt Normal file
View File

0
src/_anchor.txt Normal file
View File