xref: /third_party/icu/tools/cldr/.gitignore (revision 2e5b6d6d)
1# Exclude the Maven local repository but keep the lib directory and the top-level readme, scripts and build config.
2/lib/**
3!/lib/README.txt
4!/lib/install-cldr-jars.sh
5!/lib/pom.xml
6
7# Ignore the default Maven target directory.
8/cldr-to-icu/target
9
10