Ignoring linux build files
This commit is contained in:
parent
b42dcc7186
commit
a3a97d1acc
3 changed files with 24 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -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
8
lib/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
#Ignore build files
|
||||
Makefile
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
.deps
|
||||
|
9
test-server/.gitignore
vendored
Normal file
9
test-server/.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
#Ignore build files
|
||||
libwebsockets-test-*
|
||||
Makefile
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
.deps
|
||||
|
Loading…
Add table
Reference in a new issue