summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPradeepKiruvale <PRADEEPKIRUVALE@gmail.com>2021-06-02 18:46:54 +0530
committerGitHub <noreply@github.com>2021-06-02 18:46:54 +0530
commit650255e2442c6fd42fbf2db422616bc8bd486fff (patch)
tree31798ad46ef74fcfb8ca2744ebd3490f526238c3 /.gitignore
parentbdeaccd843ad3bfde026e6f1303c5193d9e9a581 (diff)
[CIT-382] address dm-agent message batching issue (#261)
* [CIT-382] address dm-agent message batching issue * [CIT-382] address review comments * [CIT-382] Add a test with smaller interval * [CIT-382] update test cases * [CIT-382] revert unwanted changes * [CIT-382] updated comment for the sleep future * [CIT-382] configure pysys project environment xml * add cargo.lock to gitignore * [CIT-382] update test descriptions * [CIT-382] Updated test cases * [CIT-382] Add subscriber to capture collectd messages * [CIT-382] revert pysy env setup changes * [CIT-382] rename cleanup functions Co-authored-by: pradeekumar.kj@softwareag.com <pradeekumar.kj@softwareag.com> Co-authored-by: Pradeep K J <Pradeep K J pradeekumar.kj@softwareag.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 05894aae..f53e82e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,9 @@
# These are backup files generated by rustfmt
**/*.rs.bk
+#.lock file
+mapper/cumulocity/c8y_translator_lib/fuzz/Cargo.lock
+
.idea/
*.iml
.tmp/