diff options
author | Imcom Jin <jinyu.bjut@gmail.com> | 2017-12-07 10:33:34 +0800 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-12-07 13:01:31 +0900 |
commit | da0f7cdc54180c03d762e97cdcb0ee3d6be95ef6 (patch) | |
tree | 38fcc28af80b458f8d8df928f40d738895fe0df9 /.gitignore | |
parent | 443b0b6c7a6d9a0bc11b9527f24ca84d392e4794 (diff) |
.gitignore: IDE files and reports generated by tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,12 @@ _cgo_export.* _testmain.go +test/scenario_test/*.xml + *.exe *.test *.prof + +# IDE workspace +.idea +.vscode |