Revision 7a47b431f7c6a12989cd48d2ff423c4bb968ddb1 authored by Sergei Vorobev on 15 May 2017, 19:11:22 UTC, committed by Facebook Github Bot on 15 May 2017, 19:23:10 UTC
Summary:
`java/**.asc` is not a correct gitignore pattern
See https://git-scm.com/docs/gitignore for the list of allowed `**` patterns

It seems reasonable to assume that intention is `java/**/*.asc`

The reason why it bothers me is the fact that ripgrep parses .gitignore files
and complains about invalid pattern
https://github.com/BurntSushi/ripgrep
Closes https://github.com/facebook/rocksdb/pull/2214

Differential Revision: D5063030

Pulled By: yiwu-arbug

fbshipit-source-id: ddd6682b81f03134be15f20fd596130776b69695
1 parent fa5a15c
History
File Mode Size
authors.yml -rw-r--r-- 738 bytes
features.yml -rw-r--r-- 1.1 KB
nav.yml -rw-r--r-- 747 bytes
nav_docs.yml -rw-r--r-- 54 bytes
powered_by.yml -rw-r--r-- 27 bytes
powered_by_highlight.yml -rw-r--r-- 27 bytes
promo.yml -rw-r--r-- 206 bytes

back to top