diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,6 @@ *.cache *.log +*.info doc/manual/ configure config.status @@ -17,3 +18,4 @@ librejs.vr *.xpi Makefile /node_modules +package-lock.json |