Remove .class files and add it to .gitignore

This commit is contained in:
Louis Royer 2020-01-14 12:37:46 +01:00
parent f2fecdca54
commit 7e50b3874a
5 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.DS_Store
*.swp
*.class
bin
project.geany

Binary file not shown.

Binary file not shown.