Alok Lal created RANGER-725:
-------------------------------
Summary: Add the right .gitignore file to the newly projects so
that directory listing is clean after a build
Key: RANGER-725
URL: https://issues.apache.org/jira/browse/RANGER-725
Project: Ranger
Issue Type: Bug
Components: Ranger
Affects Versions: 0.5.0
Reporter: Alok Lal
Assignee: Alok Lal
Fix For: 0.5.1, 0.6.0
Right after doing an build several files show up as modified in git status
listing, e.g.
{code}
hw11385:ranger alal$ git s
## ranger-0.5...apache/ranger-0.5
?? ranger-examples/target/
?? ranger-hbase-plugin-shim/target/
?? ranger-hdfs-plugin-shim/target/
?? ranger-hive-plugin-shim/target/
?? ranger-knox-plugin-shim/target/
?? ranger-plugin-classloader/target/
?? ranger-storm-plugin-shim/target/
?? ranger-yarn-plugin-shim/target/
?? tagsync/
?? ugsync/ldapconfigchecktool/ldapconfigcheck/dependency-reduced-pom.xml
?? ugsync/ldapconfigchecktool/ldapconfigcheck/target/
{code}
# .gitignore file should be updated to take care of this.
# There are several .gitignore files in child projects, most of whic are not
needed as what they need can be covered by parent level .gitignore. Git rid of
unnecessary .gitignore files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)