Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    If those are compiler object files, you definitely don't want to track them. .obj is usually an extension for compiler object files on Windows systems.
    – bk2204
    Commented Nov 27, 2020 at 19:18
  • Why is it an issue its not tracking obj files as they are remade
    – BugFinder
    Commented Nov 27, 2020 at 19:26
  • Do you ignore them in your global gitignore?
    – derHugo
    Commented Nov 28, 2020 at 8:44
  • @bk2204 In this context, the obj refers to a Wavefront .obj file containing plaintext geometry data
    – Immersive
    Commented Nov 29, 2020 at 13:21