Project

General

Profile

Actions

Bug #93

closed

Some URCU test binaries not ignored by git

Added by Anik Mishra about 12 years ago. Updated almost 12 years ago.

Status:
Resolved
Priority:
Normal
Target version:
-
Start date:
02/22/2012
Due date:
% Done:

0%

Estimated time:

Description

Steps to reproduce:

git clone git://git.lttng.org/userspace-rcu.git userspace-rcu
cd userspace-rcu
./bootstrap
./configure
make
git st

Expecting:

# On branch master
nothing to commit (working directory clean)

Obtained:

# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#       tests/rcutorture_urcu_qsbr
#       tests/test_urcu_qsbr
#       tests/test_urcu_qsbr_dynamic_link
#       tests/test_urcu_qsbr_gc
#       tests/test_urcu_qsbr_lgc
#       tests/test_urcu_qsbr_timing
nothing added to commit but untracked files present (use "git add" to track)


Files

urcu.patch (410 Bytes) urcu.patch Anik Mishra, 02/22/2012 06:57 PM
Actions #1

Updated by Mathieu Desnoyers almost 12 years ago

  • Status changed from New to Resolved
  • Assignee set to Mathieu Desnoyers

Fixed by:

commit cb8c7e2b187f35e710332d4f82bd16ad1c295288
Author: Mathieu Desnoyers <>
Date: Fri Apr 13 08:51:37 2012 -0400

Add missing files to .gitignore
Actions

Also available in: Atom PDF