Added .gitignore file.
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
_auto_*
|
||||
|
||||
# GYP-generated files.
|
||||
Makefile
|
||||
*.Makefile
|
||||
*.mk
|
||||
*.xcodeproj
|
||||
|
||||
# Output directory.
|
||||
out/
|
||||
|
||||
# Python object files.
|
||||
*.pyc
|
||||
|
||||
# Ignoring backup files.
|
||||
*~
|
||||
Reference in New Issue
Block a user