Skip to content

Commit

Permalink
.gitignore: Ignore unit test artifacts
Browse files Browse the repository at this point in the history
Running "make check" creates all these artifacts that we want git to
ignore.

Closes: #1191
Approved by: alexlarsson
  • Loading branch information
mwleeds authored and rh-atomic-bot committed Nov 23, 2017
1 parent 3b434a9 commit cb57c59
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,24 @@ Flatpak-1.0.*
/test-doc-portal
/test-doc-portal.log
/test-doc-portal.trs
/test-libglnx-errors
/test-libglnx-errors.log
/test-libglnx-errors.trs
/test-libglnx-fdio
/test-libglnx-fdio.log
/test-libglnx-fdio.trs
/test-libglnx-macros
/test-libglnx-macros.log
/test-libglnx-macros.trs
/test-libglnx-shutil
/test-libglnx-shutil.log
/test-libglnx-shutil.trs
/test-libglnx-xattrs
/test-libglnx-xattrs.log
/test-libglnx-xattrs.trs
/testlibrary
/testlibrary.log
/testlibrary.trs
/testdb.log
/testdb.trs
/tests/test-keyring/.gpg-v21-migrated
Expand Down

0 comments on commit cb57c59

Please sign in to comment.