Can't get .vcxproj files out of git

Joined
May 3, 2023
Messages
7
Reaction score
0
I am programming a software in C++ on two PCs running Windows with a slightly different Visual Studio configuration, but both still compatible with the project.
To keep all in sync I'm using Github and because of the slight differences I want to keep the .vcxproj files out of the synchronization, but I'm failing.
Inside all the .gitignore files I have these two lines
*.vcxproj
*.vcxproj.filters
and each time one of the vcxproj file is updated, it wants to be committed.
Its worth saying that it was not like this from the beginning, I added the vcxproj files into the .gitignore after some commit and push, does that have any role in my problem?
How can I fix that?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,002
Messages
2,570,260
Members
46,858
Latest member
FlorrieTuf

Latest Threads

Top