[dia] More files to ignore for Git
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] More files to ignore for Git
- Date: Fri, 14 Jan 2011 21:45:52 +0000 (UTC)
commit 89bd2279171753a5318e882517fae5f023368bcb
Author: Hans Breuer <hans breuer org>
Date: Sun Jan 9 23:04:27 2011 +0100
More files to ignore for Git
.gitignore | 3 ++-
bindings/.gitignore | 1 +
plug-ins/python/.gitignore | 1 +
3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ffd8fed..44dc92c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ Makefile.in
*.o
*.lo
*.obj
+*.opt
*.pdb
*.dll
*.exp
@@ -37,5 +38,5 @@ missing
mkinstalldirs
stamp-h1
-
+
/build/win32/Thumbs.db
\ No newline at end of file
diff --git a/bindings/.gitignore b/bindings/.gitignore
index 9aeefe0..c59734f 100644
--- a/bindings/.gitignore
+++ b/bindings/.gitignore
@@ -1,4 +1,5 @@
_dia.la
+_dia.pyd
dia-python.cpp
dia.py
diff --git a/plug-ins/python/.gitignore b/plug-ins/python/.gitignore
index 3b4305c..33dbb1e 100644
--- a/plug-ins/python/.gitignore
+++ b/plug-ins/python/.gitignore
@@ -1,4 +1,5 @@
*.a
*.pyc
+*.pyd
*.pyo
libpython_plugin.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]