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 - SDL_config.h and SDL_revision.h should be in .hgignore
Summary: SDL_config.h and SDL_revision.h should be in .hgignore
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.1
Hardware: All All
: P2 trivial
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-09 13:16 UTC by Ori Avtalion
Modified: 2017-12-09 18:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.