HomePhabricator

Ignore temporary object files
7b95c7be8ddcUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

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 ..

Details

Provenance
Chris Beams <chris@beams.io>Authored on Mar 22 2014, 12:35
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING0a3acf260a56: Merge pull request #3926
Branches
Unknown
Tags
Unknown

Event Timeline

Chris Beams <chris@beams.io> committed rSTAGING7b95c7be8ddc: Ignore temporary object files (authored by Chris Beams <chris@beams.io>).Mar 22 2014, 12:41