Ignore tsget.pl and c_rehash.pl, as well as other compiler generated files
authorRichard Levitte <levitte@openssl.org>
Wed, 8 Jun 2016 12:08:53 +0000 (14:08 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 8 Jun 2016 12:50:17 +0000 (14:50 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
.gitignore

index ec77c32df703afcf16d417a492647e2830998753..f5724132946ec8011bca4f95cb2a9d721b0a374a 100644 (file)
@@ -39,6 +39,7 @@ Makefile
 # Links under apps
 /apps/CA.pl
 /apps/tsget
 # Links under apps
 /apps/CA.pl
 /apps/tsget
+/apps/tsget.pl
 /apps/md4.c
 
 
 /apps/md4.c
 
 
@@ -88,6 +89,13 @@ Makefile
 *.dll*
 *.exe
 *.pyc
 *.dll*
 *.exe
 *.pyc
+*.exp
+*.lib
+*.pdb
+*.ilk
+*.def
+*.rc
+*.res
 # Exceptions
 !/test/bctest
 !/crypto/des/times/486-50.sol
 # Exceptions
 !/test/bctest
 !/crypto/des/times/486-50.sol
@@ -95,6 +103,7 @@ Makefile
 # Misc auto generated files
 /include/openssl/opensslconf.h
 /tools/c_rehash
 # Misc auto generated files
 /include/openssl/opensslconf.h
 /tools/c_rehash
+/tools/c_rehash.pl
 /crypto/**/lib
 /engines/**/lib
 /ssl/**/lib
 /crypto/**/lib
 /engines/**/lib
 /ssl/**/lib
@@ -107,7 +116,7 @@ cscope.*
 /crypto.map
 /ssl.map
 
 /crypto.map
 /ssl.map
 
-# Windows
+# Windows (legacy)
 /tmp32
 /tmp32.dbg
 /tmp32dll
 /tmp32
 /tmp32.dbg
 /tmp32dll