diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-01-10 19:49:37 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2016-01-10 19:49:37 +0100 |
| commit | db615aa1a36cb5e136f6c264295a6e59f7466a9d (patch) | |
| tree | d2b914aba39f9a095dcd0e7bc305c848605d18fb /.gitignore | |
| parent | 66f48c2bf5b84f6f7b52b1ba7217a1aadf5717b7 (diff) | |
| parent | c873ddd7fbbc6275d6f4eb5ff873768bf9c8a48c (diff) | |
Merge remote-tracking branch 'origin/install-refactor'
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore index 760b1a8f3..105f0191b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,24 +5,13 @@ env robot_log.html robot_output.xml robot_report.html +test_basic/ setup.cfg *.pyc */*.pyc *~ -bin/ -build/ -coverage/ -develop-eggs/ -dist/ -eggs/ -include/ -lib/ -local/ -parts/ -searx.egg-info/ -var/ node_modules/ .tx/ |