From f83489041cb5724d6c6e311bc9da5db4c1f02a93 Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Tue, 8 Sep 2015 19:32:07 +0900 Subject: [PATCH] Add gitignore Since zgen clones repository into the project root, they should be ignored. The files we want to track should be listed in gitignore. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b87846 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +* +!.gitignore +!LICENSE +!README.md +!_zgen +!zgen.zsh