Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-03-20 21:27:16 +0400
committerisaacs <i@izs.me>2013-03-20 21:27:16 +0400
commit13a359142ec315eacdce79208f4a8a72e3f80ec1 (patch)
treea661a65719978dc2200e3e6df4abb6a5ea06c495 /.npmignore
parent3d1ac903c657c01e28e295001a5f34a742c801e1 (diff)
ignore pyc files
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore
index bd0982f2e..6c258eaa0 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,4 +1,5 @@
*.swp
+.*.swp
npm-debug.log
/test/bin
/test/output.log
@@ -20,3 +21,5 @@ html/*.png
!.npmignore
/npm-*.tgz
+
+*.pyc