I opened my Android app code today (which is stored on GitHub), and I noticed a bunch of generated junk that looks like this:
import android.graphics.BitmapFactory;
import android.util.Log;
<<<<<<< HEAD
import android.view.Menu;
import android.widget.ImageView;
=======
import android.view.View;
import android.widget.Button;
>>>>>>> 644f9ed0b1244dfd51590ba98bcd9dcf8f9c89e4
import android.widget.RemoteViews;
import android.widget.Toast;
How did that get there? Was it Eclipse? GitHub? How can I prevent this?