A developer has a git repository in a Ubuntu machine. The repository is shared with his Windows machine. In the Windows machine he runs Android Studio to modify the repository's files. As time goes, some unexpected files occur under the root of the repository. Their names seem gibberish, not composed of normal characters. After adding and committing these files, by git show --name-only
, we see their names are:
<U+2BF3>眙℀眤<U+E91C>&
<U+2BF3>眙℀眤<U+EAEC>&
<U+2BF3>眙℀眤<U+EAFC>&
<U+2BF3>眙℀眤<U+EB9C>&
<U+2BF3>眙℀眤<U+EBBC>&
<U+2BF3>眙℀眤<U+ED3C>&
Their contents are like:
.git/objects/pack/pack-2a4023a45cc3c460438deafaceb33e89a8f7e368.pack 12
.git/objects/pack/pack-2a4023a45cc3c460438deafaceb33e89a8f7e368.pack 2047
.git/objects/pack/pack-2a4023a45cc3c460438deafaceb33e89a8f7e368.pack 5777
We can't figure out where they are from or how to prevent them from occurring again. If you have any idea about it, please kindly let me know. Thanks in advance.