diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-03-20 16:54:03 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-03-24 13:25:47 +0000 |
commit | ce2d1ddc232b9320807db53ebc2dbd1bd2462b13 (patch) | |
tree | 8f1b86210dabc1dfdcbb5e1722ff16ed524a0ed9 /.gitignore | |
parent | b0f72a95c0bf26814a65bf3ea8de0a48d5c2abcd (diff) |
Add tox setup for bbs usecase repository
Based on default config created by Bartek Grzybowski
for other integration repositories
Issue-ID: INT-1496
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: If46e22c8d75fa2f8455f7a1d9472a9b151163afb
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2339ba0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.gitconfig +.idea +*.pyc +.project +.tox/ |