]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Ignore '.trs' files
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 28 Jan 2013 14:19:14 +0000 (15:19 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 30 Jan 2013 08:37:03 +0000 (09:37 +0100)
When doing checks with automake, there are '<testname>.trs' files left
behind, that might or might not be usable, however these show up in
'git status' even though we definitely don't want them to be tracked
in the repository'.  Automake adds the '--trs-files' option by default
since commit 0c81b43f711fb861f04227ced8dba889596d9c43 [1], which
consequently (from 1.13 in my case) started leaving these files behind
along with '<testname>.log' files as well (which we already ignore).

[1] http://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=0c81b43

.gitignore

index 291d8347e67c7ee42b51c932fb9b8a889b3de517..1670637a1d35420cecf4c8b78ebf97beff0ab2e5 100644 (file)
 /src/virtlockd.init
 /tests/*.log
 /tests/*.pid
+/tests/*.trs
 /tests/*xml2*test
 /tests/commandhelper
 /tests/commandtest