gitignore Makefiles produced by 'make compile'

Change-Id: Ia71e76f0dce2ba2f9f5837f4d3d099dff92e8787
This commit is contained in:
Neels Hofmeyr 2018-03-15 22:36:05 +01:00
parent 310f5761d4
commit 0ad8f7e098
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -8,3 +8,9 @@ compile
*.hh
!library/*.cc
!library/*.hh
*/*Test
*/*_Tests
selftest/Selftest
*/Makefile
!bin/Makefile
!deps/Makefile