This is an automated email from the ASF dual-hosted git repository. arkurth pushed a commit to branch VCL-1123_Add_top_level_gitignore in repository https://gitbox.apache.org/repos/asf/vcl.git
commit 6f4a6c2e396e57537484417b3a615761b5f61207 Author: Andy Kurth <[email protected]> AuthorDate: Mon Aug 5 13:00:57 2019 -0400 VCL-1123 Added basic top-level .gitignore with exclusions for .kpf (ActiveState Komodo) and .idea (JetBrains IDEs). --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0bd6167 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +*.kpf +
