gitignore: ignore files generated by make check.

This commit is contained in:
Cedric Bail 2013-11-09 19:50:15 +09:00
parent 926f4c5e84
commit f49377a538
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -17,6 +17,8 @@ Makefile.in
tags tags
.deps .deps
.libs .libs
*.trs
*.log
*.exe *.exe
*.o *.o
*.lo *.lo