remove config.pxi + include config.pxi / config.h in gitignore

This commit is contained in:
Mathieu Virbel 2011-01-25 17:41:50 +01:00
parent 3eea924fd9
commit 8fafe69e09
2 changed files with 2 additions and 8 deletions

2
.gitignore vendored
View File

@ -12,3 +12,5 @@ doc/build
doc/sources/api-*.rst
kivy/*.c
kivy/graphics/*.c
kivy/graphics/config.h
kivy/graphics/config.pxi

View File

@ -1,8 +0,0 @@
#
# Configuration
#
DEF USE_OPENGL_DEBUG = 0
DEF USE_OPENGL_ES2 = 1