From: Niels Möller Date: Sun, 20 Apr 2003 19:29:15 +0000 (+0200) Subject: Ignore all *.s files. X-Git-Tag: nettle_1.8_release_20040110~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee6635bd848b98afc7d91c2d0b1ed8bdb57bafed;p=thirdparty%2Fnettle.git Ignore all *.s files. Rev: src/nettle/.cvsignore:1.12 --- diff --git a/.cvsignore b/.cvsignore index ff20c647..4b823ebd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ +*.s *.tar.gz *.tar.gz.asc .deps diff --git a/.gitignore b/.gitignore index 6cc4b3ad..e2d9726d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ _$* *.elc *.ln core +/*.s /*.tar.gz /*.tar.gz.asc /.deps