Updated Branches: refs/heads/master 80dea6138 -> 88a678d0a
Move Clownfish .gitignore file Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/88a678d0 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/88a678d0 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/88a678d0 Branch: refs/heads/master Commit: 88a678d0a6df520cc36e242f517e1e2a09d082a0 Parents: 80dea61 Author: Nick Wellnhofer <[email protected]> Authored: Sun Oct 21 13:47:13 2012 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sun Oct 21 13:47:13 2012 +0200 ---------------------------------------------------------------------- clownfish/.gitignore | 10 ---------- clownfish/compiler/.gitignore | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/88a678d0/clownfish/.gitignore ---------------------------------------------------------------------- diff --git a/clownfish/.gitignore b/clownfish/.gitignore deleted file mode 100644 index 545023d..0000000 --- a/clownfish/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -include/ppport.h -perl/Build -perl/MYMETA.json -perl/MYMETA.yml -perl/_build/ -perl/blib/ -perl/lib/Clownfish/CFC.c -src/CFCParseHeader.c -src/CFCParseHeader.h -src/CFCParseHeader.out http://git-wip-us.apache.org/repos/asf/lucy/blob/88a678d0/clownfish/compiler/.gitignore ---------------------------------------------------------------------- diff --git a/clownfish/compiler/.gitignore b/clownfish/compiler/.gitignore new file mode 100644 index 0000000..545023d --- /dev/null +++ b/clownfish/compiler/.gitignore @@ -0,0 +1,10 @@ +include/ppport.h +perl/Build +perl/MYMETA.json +perl/MYMETA.yml +perl/_build/ +perl/blib/ +perl/lib/Clownfish/CFC.c +src/CFCParseHeader.c +src/CFCParseHeader.h +src/CFCParseHeader.out
