mirror of https://github.com/kivy/kivy.git
add gitignore
This commit is contained in:
parent
bc28d6b825
commit
d1842b7025
|
@ -0,0 +1,11 @@
|
|||
.noseids
|
||||
Kivy.egg-info
|
||||
*.c
|
||||
*.so
|
||||
*.pyc
|
||||
*.pyo
|
||||
*~
|
||||
*.swp
|
||||
*.DS_Store
|
||||
*.kpf
|
||||
build/*
|
Loading…
Reference in New Issue