diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-29 06:29:10 -0600 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-29 06:31:06 -0600 |
commit | 5ae1536e0899f7ec918b29b77fa6987c7c29dcaa (patch) | |
tree | 9be5330dbc809614a51a240a56b0689aa9ba01f3 /.gitignore | |
parent | 2a2ee83914a2d4b2958b33584cf4630b3205b17b (diff) |
Adding entries to .gitignore
When "mvn clean install" is run, the following is leftover:
Your branch is up-to-date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
BRMSGateway/logs/
BRMSGateway/sql/
BRMSGateway/src/test/resources/META-INF/generatedCreate.ddl
BRMSGateway/src/test/resources/META-INF/generatedDrop.ddl
BRMSGateway/src/test/resources/failure.properties
LogParser/logs/
ONAP-PAP-REST/catalina.base_IS_UNDEFINED/
ONAP-PAP-REST/pdps/
ONAP-PAP-REST/sql/
ONAP-PAP-REST/src/test/resources/generatedCreate.ddl
ONAP-PAP-REST/src/test/resources/generatedDrop.ddl
ONAP-PAP-REST/src/test/resources/webapps/
ONAP-PDP-REST/catalina.base_IS_UNDEFINED/
ONAP-PDP-REST/sql/
ONAP-PDP-REST/src/test/resources/config_testing/
ONAP-PDP-REST/src/test/resources/generatedCreate.ddl
ONAP-PDP-REST/src/test/resources/generatedDrop.ddl
ONAP-PDP-REST/topicBackup.txt
ONAP-PDP/logs/
ONAP-XACML/logs/
ONAP-XACML/src/test/resources/pdpstest/
POLICY-SDK-APP/catalina.base_IS_UNDEFINED/
PolicyEngineAPI/logs/
PolicyEngineUtils/logs/
It is distracting when trying to "git add <Files>" to a new commit. Updating the
.gitigore to ignore these so they are not listed anymore.
Issue-ID: POLICY-274
Change-Id: Ib04c1903cd1ff00b3a1ab45e0c60af439737699d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 46f3928ab..4640bd995 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,27 @@ XACML-PDP-REST/catalina.base_IS_UNDEFINED/logs/Policy/XACML-PDP-REST/metrics.log XACML-REST/IntegrityMonitor.log /bin/ *.checkstyle +BRMSGateway/logs/ +BRMSGateway/sql/ +BRMSGateway/src/test/resources/META-INF/generatedCreate.ddl +BRMSGateway/src/test/resources/META-INF/generatedDrop.ddl +BRMSGateway/src/test/resources/failure.properties +LogParser/logs/ +ONAP-PAP-REST/catalina.base_IS_UNDEFINED/ +ONAP-PAP-REST/pdps/ +ONAP-PAP-REST/sql/ +ONAP-PAP-REST/src/test/resources/generatedCreate.ddl +ONAP-PAP-REST/src/test/resources/generatedDrop.ddl +ONAP-PAP-REST/src/test/resources/webapps/ +ONAP-PDP-REST/catalina.base_IS_UNDEFINED/ +ONAP-PDP-REST/sql/ +ONAP-PDP-REST/src/test/resources/config_testing/ +ONAP-PDP-REST/src/test/resources/generatedCreate.ddl +ONAP-PDP-REST/src/test/resources/generatedDrop.ddl +ONAP-PDP-REST/topicBackup.txt +ONAP-PDP/logs/ +ONAP-XACML/logs/ +ONAP-XACML/src/test/resources/pdpstest/ +POLICY-SDK-APP/catalina.base_IS_UNDEFINED/ +PolicyEngineAPI/logs/ +PolicyEngineUtils/logs/ |