Actions
Bug #93
closedSome URCU test binaries not ignored by git
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
Updated by Mathieu Desnoyers over 12 years ago
- Status changed from New to Resolved
- Assignee set to Mathieu Desnoyers
Fixed by:
commit cb8c7e2b187f35e710332d4f82bd16ad1c295288
Author: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Date: Fri Apr 13 08:51:37 2012 -0400
Add missing files to .gitignore
Actions