Added .gitignore files

All files created by a full build are ignored.
This commit is contained in:
Moritz Bunkus 2009-01-14 23:34:07 +01:00
parent 4bbf0fc80e
commit 1274db8d25
11 changed files with 50 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
Makefile
lib*.a
*.o
.depend
autom4te.cache
config.cache
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
data

3
avilib-0.6.10/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
Makefile
lib*.a
*.o

1
doc/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.hhk

7
src/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
Makefile
lib*.a
*.o
*.exe
mkvmerge
mkvinfo
mkvextract

3
src/common/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
Makefile
lib*.a
*.o

3
src/input/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
Makefile
lib*.a
*.o

3
src/merge/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
Makefile
lib*.a
*.o

5
src/mmg-qt/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
Makefile
lib*.a
*.o
*.exe
mmg-qt

5
src/mmg/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
Makefile
lib*.a
*.o
*.exe
mmg

3
src/mpegparser/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
Makefile
lib*.a
*.o

3
src/output/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
Makefile
lib*.a
*.o