Quellcode durchsuchen

Add missing build products to gitignore

tags/mesa-7.9-rc1
Ian Romanick vor 15 Jahren
Ursprung
Commit
b302359394
2 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 2
    0
      .gitignore
  2. 4
    0
      glcpp/.gitignore

+ 2
- 0
.gitignore Datei anzeigen

@@ -11,6 +11,8 @@ ylwrap
install-sh
missing
stamp-h1
libtool
ltmain.sh
Makefile
*.o
*~

+ 4
- 0
glcpp/.gitignore Datei anzeigen

@@ -2,6 +2,10 @@ glcpp
glcpp-lex.c
glcpp-parse.c
glcpp-parse.h
glcpp-parse.output
*.o
*.lo
*.la
.libs
*~
tests/*.out

Laden…
Abbrechen
Speichern