Make git ignore files only generated at build time.

This commit is contained in:
Michel Dänzer 2006-12-06 14:17:56 +01:00
parent 7daf301046
commit 14f92636b0
15 changed files with 19 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
*.a
*.o
*.so
depend
depend.bak
lib
lib64

1
configs/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
current

1
src/glx/x11/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
glcontextmodes.c

2
src/mesa/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*/gen_matypes
*/matypes.h

View File

@ -0,0 +1,5 @@
de
es
fr
nl
sv

3
src/mesa/drivers/dri/r300/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
radeon_chipset.h
radeon_screen.*
server