Remove useless extension protection from gitignore
This commit is contained in:
parent
b33cb706c8
commit
6074ccdd21
35
test/.gitignore
vendored
35
test/.gitignore
vendored
@ -1,23 +1,24 @@
|
|||||||
/adler*
|
/adler
|
||||||
/backtrace*
|
/backtrace
|
||||||
/bitwise
|
/bitwise
|
||||||
/checksum*
|
/checksum
|
||||||
/float*
|
/float
|
||||||
/hton*
|
/hton
|
||||||
/ip*
|
/ip
|
||||||
/json
|
/json
|
||||||
/json-check*
|
/json-check
|
||||||
/*.log
|
/*.log
|
||||||
/maths*
|
/maths
|
||||||
/matrix*
|
/matrix
|
||||||
/md[245]*
|
/md[245]
|
||||||
/options
|
/options
|
||||||
/pool*
|
/point
|
||||||
/random*
|
/pool
|
||||||
/range*
|
/rand
|
||||||
|
/range
|
||||||
/ripemd
|
/ripemd
|
||||||
/region*
|
/region
|
||||||
/sha1*
|
/sha1
|
||||||
/signal*
|
/signal
|
||||||
/*.trs
|
/*.trs
|
||||||
/version*
|
/version
|
||||||
|
Loading…
Reference in New Issue
Block a user