From dc2035c2629908459af0ec2d27a3869f6a177ac5 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 9 Mar 2017 20:49:11 -0800 Subject: [PATCH] Clean up gitignore --- .gitignore | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3857b495..72e30dbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,17 @@ -.idea +# Compiled binaries +out +# Generated build config files gyp-mac-tool Makefile *.Makefile *.target.mk + +# IDE files +.idea *.xcodeproj -test/run.out* -externals/cpplint.py -out -*.pyc - +# Dev dependencies test/fixtures/grammars/* !test/fixtures/grammars/.gitkeep +externals/cpplint.py