Clean up gitignore
This commit is contained in:
parent
6dc0ff359d
commit
dc2035c262
1 changed files with 8 additions and 6 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue