This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-matrix. See http://git.nuiton.org/nuiton-matrix.git commit 9df54e443a976449993fa8faf2cfdb3833b5530e Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Dec 7 17:59:42 2014 +0000 gitignore --- .gitignore | 2 ++ nuiton-matrix-gui/.gitignore | 3 +++ nuiton-matrix/.gitignore | 3 +++ 3 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 9c102da..5253326 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ /*/*.iws /*/*~ /*/target +/.settings/ +/.project diff --git a/nuiton-matrix-gui/.gitignore b/nuiton-matrix-gui/.gitignore new file mode 100644 index 0000000..fbdf7eb --- /dev/null +++ b/nuiton-matrix-gui/.gitignore @@ -0,0 +1,3 @@ +/.classpath +/.project +/.settings/ diff --git a/nuiton-matrix/.gitignore b/nuiton-matrix/.gitignore new file mode 100644 index 0000000..fbdf7eb --- /dev/null +++ b/nuiton-matrix/.gitignore @@ -0,0 +1,3 @@ +/.classpath +/.project +/.settings/ -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.