diff options
author | j-james | 2020-11-06 20:11:37 +0000 |
---|---|---|
committer | j-james | 2020-11-06 20:11:37 +0000 |
commit | 3eb14df9811583e4c4034f76604895cf79f311f1 (patch) | |
tree | d2dfc09d82bd5d9bdb2145a497c1db38ec9750e6 /.gitignore | |
parent | 7242638eb774b39b3c0fe0f4d2c24e9138edfd24 (diff) |
Fix warnings introduced in Nim 1.4
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4aa33f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +nimcache +completion/bash +completion/zsh +lib/tools +src/pakku +doc/pakku.8 +doc/pakku.8.in +doc/pakku.conf.5 +doc/pakku.conf.5.in |