We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3997

Summary: SDL_config.h and SDL_revision.h should be in .hgignore
Product: SDL Reporter: Ori Avtalion <ori>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: trivial    
Priority: P2    
Version: HG 2.1   
Hardware: All   
OS: All   

Description Ori Avtalion 2017-12-09 13:16:17 UTC
The files
  include/SDL_config.h
  include/SDL_revision.h
are generated.

They should be removed from the repository, and added to .hgignore.

See also bug 171 about CVS :)
Comment 1 Sam Lantinga 2017-12-09 18:37:55 UTC
The versions that are checked in are used by Visual Studio and Xcode. The generated versions should be placed in a separate build directory.