From: Thomas Egerer Date: Fri, 27 May 2016 10:34:51 +0000 (+0200) Subject: gitignore: Add *.i and *.s files X-Git-Tag: 6.0.2dr1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee4e93419bed17701c8ba980ca75a7caabedc932;p=thirdparty%2Fstrongswan.git gitignore: Add *.i and *.s files Ignore a couple of compiler generated temp files. Signed-off-by: Thomas Egerer --- diff --git a/.gitignore b/.gitignore index ff4dd38bb0..fbc292ce51 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ coverage/ /*.includes test-driver nbproject/ +*.[si]