summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorImcom Jin <jinyu.bjut@gmail.com>2017-12-07 10:33:34 +0800
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-12-07 13:01:31 +0900
commitda0f7cdc54180c03d762e97cdcb0ee3d6be95ef6 (patch)
tree38fcc28af80b458f8d8df928f40d738895fe0df9 /.gitignore
parent443b0b6c7a6d9a0bc11b9527f24ca84d392e4794 (diff)
.gitignore: IDE files and reports generated by tests
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bde67e79..d9c90906 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,12 @@ _cgo_export.*
_testmain.go
+test/scenario_test/*.xml
+
*.exe
*.test
*.prof
+
+# IDE workspace
+.idea
+.vscode