Ignore temporary object files #3937

pull cbeams wants to merge 1 commits into bitcoin:master from cbeams:ignore-obj-tempfiles changing 1 files +1 −0
  1. cbeams commented at 12:51 PM on March 22, 2014: contributor

    Prior to this change, git status would report untracked files of the following sort if run during a build:

    ?? src/rpcprotocol.o-e628def3
    

    These files should be explicitly ignored not only because they are a nuisance, but given that they appear and disappear quickly, they may be inadvertently added to the index even if one has been careful to check for untracked files with git status prior to a git add ..

  2. Ignore temporary object files
    Prior to this change, `git status` would report untracked files of the
    following sort if run during a build:
    
        ?? src/rpcprotocol.o-e628def3
    
    These files should be explicitly ignored not only because they are a
    nuisance, but given that they appear and disappear quickly, they may be
    inadvertently added to the index even if one has been careful to check
    for untracked files with `git status` prior to a `git add .`.
    7b95c7be8d
  3. BitcoinPullTester commented at 1:09 PM on March 22, 2014: none

    Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/7b95c7be8ddcaefa4e13d717b9abb9b2a8c6cc21 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.

  4. laanwj commented at 9:05 AM on March 25, 2014: member

    Who generates these .o files with a hex code in them?

  5. cbeams commented at 9:27 AM on March 25, 2014: contributor

    This is the default behavior for me on OS X. Standard XCode setup, gcc 4.2.1. Note that the files are transient, only in existence while the target .o file in question is being created. Makes for an odd experience when running git status while a build is running in a separate terminal.

    On Mar 25, 2014, at 10:06 AM, Wladimir J. van der Laan notifications@github.com wrote:

    Who generates these .o files with a hex code in them?

    — Reply to this email directly or view it on GitHub.

  6. laanwj commented at 9:28 AM on March 25, 2014: member

    If only we supported out-of-tree building...

    Anyway, ACK

  7. bardiharborow commented at 9:38 PM on March 30, 2014: contributor

    ACK (If my opinion counts for anything.)

  8. laanwj referenced this in commit 23abc2ea48 on Mar 31, 2014
  9. laanwj merged this on Mar 31, 2014
  10. laanwj closed this on Mar 31, 2014

  11. cbeams deleted the branch on Mar 31, 2014
  12. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-29 03:16 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me