In the context of Software Configuration Management (SCM), what kind of files should generally be excluded from your source control repository?
A. Binary files that are generated during the build process
B. Source code files
C. Configuration files specific to individual developers' environments
D. Build artifacts
Choose the correct answer from the options given below:
1
A and B only
2
B and C only
3
A and D only
4
C and D only