mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gitignore: Add osx files
This commit is contained in:
parent
2c7ef89304
commit
030b536d27
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -19,6 +19,11 @@ compile
|
||||||
# gedit temporary files
|
# gedit temporary files
|
||||||
*~
|
*~
|
||||||
|
|
||||||
|
#Mac OS files
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
# glue binaries/objects (FIXME: kill the glue, kthxbye)
|
# glue binaries/objects (FIXME: kill the glue, kthxbye)
|
||||||
sources/glue/.deps/
|
sources/glue/.deps/
|
||||||
sources/glue/*.o
|
sources/glue/*.o
|
||||||
|
|
Loading…
Reference in a new issue