Updated gitignore file for autotools
This commit is contained in:
parent
f17d5e675d
commit
fb1a39dbd7
1 changed files with 10 additions and 17 deletions
27
.gitignore
vendored
27
.gitignore
vendored
|
@ -1,22 +1,15 @@
|
||||||
#ignore object files and nonsense like that
|
#ignore object files and nonsense like that
|
||||||
*.[oa]
|
*.[oa]
|
||||||
Admin/main
|
|
||||||
Connector_HTTP/DDV_Conn_HTTP
|
|
||||||
Buffer/DDV_Buffer
|
|
||||||
Connector_RTMP/DDV_Conn_RTMP
|
|
||||||
Connector_RTSP/DDV_Conn_RTSP
|
|
||||||
Connector_RTSP/Connector_RTSP
|
|
||||||
DDV_Controller/DDV_Controller
|
|
||||||
Connector_RAW/DDV_Conn_RAW
|
|
||||||
*~
|
*~
|
||||||
bin/*
|
.deps
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
version.m4
|
||||||
docs
|
docs
|
||||||
gearbox/plugins/001_putserversup.sh
|
nbproject
|
||||||
AMF_Tester/AMFtest
|
autom4te.cache
|
||||||
AMF_Creator/AMFtest
|
src/Mist*
|
||||||
ABST_Parser/Box_Parser
|
configure
|
||||||
HTTP_Box_Parser/Box_Parser
|
config.log
|
||||||
gearbox/CPP/Client/Gearbox_Client
|
config.status
|
||||||
*.ts
|
|
||||||
|
|
||||||
/nbproject/private/
|
|
Loading…
Add table
Reference in a new issue