diff options
author | MofassirArif <Mofassir_Arif@dellteam.com> | 2016-01-15 04:29:23 -0800 |
---|---|---|
committer | MofassirArif <Mofassir_Arif@dellteam.com> | 2016-01-15 04:29:23 -0800 |
commit | 9cff8cab939a91867f413d2ecdf09aa93f40bfc0 (patch) | |
tree | 263024e6ca8034bfa23f73d7ef678328f18fb6ae /.gitignore | |
parent | bec658afadacfeeca9fbfbe598ceb5c5601a3372 (diff) |
bug fix in pushtodb
Change-Id: I2cba0a805275ebae8b79a968cc8d725dcc96504a
Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,11 +1,10 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ + *.py[cod] *$py.class # C extensions *.so - +benchmarks/* results/* # Distribution / packaging .Python |