FAMILIAR-project / familiar-language

FAMILIAR language and API
13 stars 3 forks source link

.class, src-gen and git #21

Open surli opened 11 years ago

surli commented 11 years ago

The .class files and src-gen directories should really be removed from the versioning management in the gitignore. I think this is directly related to the issue #5 .

FAMILIAR-project commented 11 years ago

Very good idea. Can you push .gitignore in the right places ?

surli commented 11 years ago

It's a bad idea to do such a thing right now: the whole project contains a lot of .class which seems mandatory like in the project FML3rdPartiesMisc. But I think a refactoring work to remove all of these files (putting them in .jar or as external dependencies) is really necessary, then a gitignore will be useful.

barais commented 11 years ago

I will take this action

2013/4/12 surli notifications@github.com

It's a bad idea to do such a thing right now: the whole project contains a lot of .class which seems mandatory like in the project FML3rdPartiesMisc. But I think a refactoring work to remove all of these files (putting them in .jar or as external dependencies) is really necessary, then a gitignore will be useful.

— Reply to this email directly or view it on GitHubhttps://github.com/FAMILIAR-project/familiar-language/issues/21#issuecomment-16290651 .