Ignoring linux build files

This commit is contained in:
David Galeano 2013-01-09 15:46:11 +08:00 committed by Andy Green
parent b42dcc7186
commit a3a97d1acc
3 changed files with 24 additions and 0 deletions

7
.gitignore vendored
View file

@ -1,3 +1,10 @@
#Ignore build files
Makefile
config.h
config.log
config.status
libtool
stamp-h1
output/
win32port/ipch/
win32port/Debug*/

8
lib/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
#Ignore build files
Makefile
*.o
*.lo
*.la
.libs
.deps

9
test-server/.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
#Ignore build files
libwebsockets-test-*
Makefile
*.o
*.lo
*.la
.libs
.deps