Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3239308
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T17:57:17+00:00 2026-05-17T17:57:17+00:00

Which Visual Studio \ Visual C++ file types should be committed to version control?

  • 0

Which Visual Studio \ Visual C++ file types should be committed to version control?
In my project I have the following file types:

aps
cpp
exe
filters
h
ico
idb
ipch
lastbuildstate
lib
log
manifest
obj
pch
pdb
rc
rc2
res
sdf
sln
suo
tlog
txt
user
vcxproj

I would greatly appreciate a short reasoning for each. If any of them are controversial, please note it. I’m intentionally including even trivial file types for completeness.

EDIT

On one hand I would like to be platform independent in the future. On the other hand in the near future I would like to work with team members with similar setups. Folder compatibility between the setups is certainly an option, so configuration files holding paths may be included if it eases the workflow.
Again, I would surely appreciate an explanation what’s what.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T17:57:18+00:00Added an answer on May 17, 2026 at 5:57 pm

    Yes:

    • cpp: source code
    • filters: project file
    • h: source code
    • ico: resource
    • rc: resource script
    • rc2: resource script
    • sln: project file
    • txt: project element
    • vcxproj: project file

    No:

    • aps: last resource editor state
    • exe: build result
    • idb: build state
    • ipch: build helper
    • lastbuildstate: build helper
    • lib: build result. Can be 3rd party
    • log: build log
    • manifest: build helper. Can be written yourself.
    • obj: build helper
    • pch: build helper
    • pdb: build result
    • res: build helper
    • sdf: intellisense dbase
    • suo: solution user options
    • tlog: build log
    • user: debug settings. Do preserve if just one dev or custom debug settings

    Several of these are iffy because they can both be auto-generated and maintained yourself. And there are several more that don’t appear in your list. Primarily pay attention to the location of the file. If it is in your solution or project directory then it’s highly likely you want to check it in. In the Debug or Release subdirectories then highly unlikely. Build + Clean removes a lot of the noise files. And of course: check-in, rename the project directory, check-out and verify that it builds.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently created a (C#) project with Visual Studio (2010) and used some Settings
I have the following types [Serializable, XmlType(Namespace=http://mycompany/foo] public sealed class Limit { [XmlElement(ElementName=Value1)] public
I can't see it nowhere in Visual Studio's Solution Explorer. The tutorial that I
I am making an attempt at building 64-bit native C++ applications under Visual Studio
I'm trying to Build a .NET assembly which uses Crystal Reports on a build
I am using the debugger to step through my code. The code file I’m
buildLetter.Append(</head>).AppendLine(); buildLetter.Append().AppendLine(); buildLetter.Append(<style type=text/css>).AppendLine(); Assume the above contents resides in a file. I want
Sorry for what seems like a silly question: But I've never, ever worked with
Background / Disclaimer First of all, please feel free to skip this entirely if
I'm still new to C#... I'm building a WPF application and I'm trying to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.