From 49c437f87d87e4d53b55a706d5cc8a2f07041c10 Mon Sep 17 00:00:00 2001 From: WhiteDuke Date: Wed, 14 Sep 2016 17:02:00 +0200 Subject: Ignore new cache folders Reference: https://github.com/nim-lang/Nim/blob/083b31b47314c1aa70b2726a9b7d0a3c942c2bd8/koch.nim#L248 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e4cec0ef6..57b8a68d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ * !**/ !*.* + +# Cache nimcache/ +rnimcache/ +dnimcache/ *.o !/icons/*.o -- cgit 1.4.1-2-gfad0 f='/ahoang/Nim/'>Nim
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/doc/docgen_sample.nim
blob: 8759931873b8cbc3db6cb6b2ce0530ae019c9c59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12