Ooops, forgot to ingore INSTALL and install-sh in previous commit...

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@692 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2005-10-12 14:22:04 +00:00
parent f3d8a6c845
commit 9ea2a52be0
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,4 @@
freeglut/freeglut/INSTALL
freeglut/freeglut/Makefile freeglut/freeglut/Makefile
freeglut/freeglut/Makefile.in freeglut/freeglut/Makefile.in
freeglut/freeglut/aclocal.m4 freeglut/freeglut/aclocal.m4
@ -22,6 +23,7 @@ freeglut/freeglut/include/GL/Makefile
freeglut/freeglut/include/GL/Makefile.in freeglut/freeglut/include/GL/Makefile.in
freeglut/freeglut/include/Makefile freeglut/freeglut/include/Makefile
freeglut/freeglut/include/Makefile.in freeglut/freeglut/include/Makefile.in
freeglut/freeglut/install-sh
freeglut/freeglut/libtool freeglut/freeglut/libtool
freeglut/freeglut/ltmain.sh freeglut/freeglut/ltmain.sh
freeglut/freeglut/man-pages freeglut/freeglut/man-pages

View File

@ -1,3 +1,4 @@
INSTALL
Makefile Makefile
Makefile.in Makefile.in
aclocal.m4 aclocal.m4
@ -16,6 +17,7 @@ debugfiles.list
debugsources.list debugsources.list
depcomp depcomp
freeglut-*.tar.gz freeglut-*.tar.gz
install-sh
libtool libtool
ltmain.sh ltmain.sh
man-pages man-pages