summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephan Sundermann <ssundermann@gnome.org>2014-08-01 15:07:22 +0200
committerStephan Sundermann <ssundermann@gnome.org>2014-08-01 15:07:22 +0200
commitc0d824ab7b868b7019b10783c51b837feb7c9ef8 (patch)
tree34cf6b84dede82b248588867c33aa8f3296c23ac /.gitignore
parente90703356ddb760e4abaf5c47a4fcdde18479cc9 (diff)
Add sample makefile
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index cde114e..9eabff5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,9 +14,10 @@ libtool
ltmain.sh
missing
stamp-h
+compile
# gedit temporary files
-*.*~
+*~
# glue binaries/objects (FIXME: kill the glue, kthxbye)
sources/glue/.deps/
@@ -31,9 +32,13 @@ sources/glue/generated.c
doc/*
sources/generated-stamp
sources/gstreamer-sharp-api.xml
+sources/*.gir
+sources/AssemblyInfo.cs
+gstreamer-sharp-1.0.pc
# our "bin" folder when using makefile build
-out/*
+out/gstreamer-sharp.dll
+*.exe
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
[Bb]in/