diff options
author | Mark Raynsford <[email protected]> | 2014-07-11 19:09:32 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2014-07-11 19:09:32 +0000 |
commit | 6c2d8d425df5436663f85a5cf0a5396ae3de7d6f (patch) | |
tree | b3fc7345e4494517327832306b8b4317a2050228 /maven/.gitignore | |
parent | c386cf285bfaf797c6779189c09e42d68e43b102 (diff) |
Add jogl-main, nativewindow-main, newt-main - frontends for the atomics
packages that allow for pulling in all platform natives easily.
Add test suite.
Bug: 1023
Diffstat (limited to 'maven/.gitignore')
-rw-r--r-- | maven/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/maven/.gitignore b/maven/.gitignore new file mode 100644 index 0000000..ce3c8b8 --- /dev/null +++ b/maven/.gitignore @@ -0,0 +1,8 @@ +output +tests-cache +tests-repository +tests/*/.* +tests/*/pom.xml +tests/.* +tests/maven-settings.xml +tests/pom.xml |