diff options
Diffstat (limited to '.gitignore')
-rwxr-xr-x[-rw-r--r--] | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6609c05..cd944e3 100644..100755 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,12 @@ build/ .vscode/ ### MAC OS ### -.DS_Store
\ No newline at end of file +.DS_Store + +### Eclipse ### +.settings/ +bin/ +tmp/ +.metadata +*.tmp +.checkstyle
\ No newline at end of file |