Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No generated files #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

mbeijen
Copy link

@mbeijen mbeijen commented Mar 27, 2017

There are ._* files in the repo, which are generated by OS X. They should not be part of the git repository, they're not code, but extra file attributes stored on some file systems.

I've deleted the files and added them to .gitignore.

The same for the .beam files, these are generated by erlang but depend on the architecture of the host platform and the erlang compiler version. They should not be in source control but should be generated by the local erlang compiler instead.

mbeijen added 2 commits March 15, 2017 18:40
They might not work when deployed on other versions of erlang and should
be compiled from the .erlang files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant