summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-03-25 09:52:50 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2011-03-25 11:12:24 +0000
commitd64989596c0dd7e3ba3ea7ea79a1f5cf8c541892 (patch)
tree67fb935bd12909206971559e9b03ddc372564421 /.gitignore
parente1773eb680d1f82dbd20f80bc5912ced6a4a72d1 (diff)
downloadclutter-gst-d64989596c0dd7e3ba3ea7ea79a1f5cf8c541892.tar.gz
gitignore: Ignore *.exe files
When building on Windows, we obviously produce exe files and thus the regular rules don't apply. Ignore those generated files too.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b055a38..5865dc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*.exe
*.gir
*.la
*.lo