diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-04-05 06:56:57 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-04-05 06:56:57 +0200 |
commit | b9b2297d642cfaddb2f03e3a326e779998e8bf95 (patch) | |
tree | 557ad10d645f9caabda918d1af54a120514fb0cb /.gitignore | |
parent | 1e740aa78b38144cfdf85e8584eb4a0c4073ab75 (diff) | |
download | qutebrowser-b9b2297d642cfaddb2f03e3a326e779998e8bf95.tar.gz qutebrowser-b9b2297d642cfaddb2f03e3a326e779998e8bf95.zip |
Add minimal C++ testbrowser
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e1db4729d..d1826d402 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ __pycache__ /.hypothesis /prof TODO +/scripts/testbrowser_cpp/Makefile +/scripts/testbrowser_cpp/main.o +/scripts/testbrowser_cpp/testbrowser |