diff options
author | Shea Levy | 2013-03-28 09:52:27 -0400 |
---|---|---|
committer | Shea Levy | 2013-03-28 09:52:27 -0400 |
commit | 0866ec1aa7679d2683469f301d5e6ccbcddd39f2 (patch) | |
tree | b0e1ba631c6b570a0a3024f01cde94da33ef3873 | |
parent | 6cd1dc255ee33df8961a2c55c16844e6562362c6 (diff) |
Add the nix-build `result' symlink and cpan files to gitignore
Signed-off-by: Shea Levy <shea@shealevy.com>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4bcac5d261e1..b2d5a9aa5bd7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ ,* .*.swp .*.swo +cpan-info +cpan_tmp/ +result |