mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
.gitignore additions for a sane git-gui summary
This commit is contained in:
parent
d4361dd9c2
commit
eb4e9c3a53
1 changed files with 29 additions and 0 deletions
29
.gitignore
vendored
29
.gitignore
vendored
|
@ -1,3 +1,32 @@
|
||||||
|
# AutoTools stuff (or should I call it autohell?)
|
||||||
|
INSTALL
|
||||||
|
autom4te.cache
|
||||||
|
Makefile.in
|
||||||
|
Makefile
|
||||||
|
aclocal.m4
|
||||||
|
config.guess
|
||||||
|
config.status
|
||||||
|
config.sub
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
|
missing
|
||||||
|
stamp-h
|
||||||
|
|
||||||
|
# glue binaries/objects (FIXME: kill the glue, kthxbye)
|
||||||
|
sources/glue/.deps/
|
||||||
|
sources/glue/*.o
|
||||||
|
sources/glue/*.lo
|
||||||
|
sources/glue/.libs/
|
||||||
|
|
||||||
|
# generated by the generator (we don't want anyone to commit these to the repo)
|
||||||
|
sources/generated/*.cs
|
||||||
|
|
||||||
|
# our "bin" folder when using makefile build
|
||||||
|
out/*
|
||||||
|
|
||||||
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
|
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
|
|
Loading…
Reference in a new issue