From 0516a0d7a66a49237f65f2ec13e0c50d531b35c6 Mon Sep 17 00:00:00 2001 From: henil Date: Mon, 5 Oct 2020 17:52:04 +0530 Subject: [PATCH] add .gitignore test --- .../highlighted/Git Ignore/test.gitignore | 43 +++++++++++++++++++ .../source/Git Ignore/test.gitignore | 43 +++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 tests/syntax-tests/highlighted/Git Ignore/test.gitignore create mode 100644 tests/syntax-tests/source/Git Ignore/test.gitignore diff --git a/tests/syntax-tests/highlighted/Git Ignore/test.gitignore b/tests/syntax-tests/highlighted/Git Ignore/test.gitignore new file mode 100644 index 00000000..d025048f --- /dev/null +++ b/tests/syntax-tests/highlighted/Git Ignore/test.gitignore @@ -0,0 +1,43 @@ +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build diff --git a/tests/syntax-tests/source/Git Ignore/test.gitignore b/tests/syntax-tests/source/Git Ignore/test.gitignore new file mode 100644 index 00000000..b08a10b3 --- /dev/null +++ b/tests/syntax-tests/source/Git Ignore/test.gitignore @@ -0,0 +1,43 @@ +*~ +.#* +.DS_Store +.cproject +.hg/ +.hgignore +.idea +*.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc +.vscode +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build