From a565e598bbe2125d07d8906461cc43f01ef4518b Mon Sep 17 00:00:00 2001 From: Art Haas Date: Mon, 28 May 2007 15:30:08 -0500 Subject: [PATCH] Adding .gitignore files --- .gitignore | 2 ++ PythonCAD/.gitignore | 1 + PythonCAD/Generic/.gitignore | 1 + PythonCAD/Interface/.gitignore | 1 + PythonCAD/Interface/Gtk/.gitignore | 1 + 5 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 PythonCAD/.gitignore create mode 100644 PythonCAD/Generic/.gitignore create mode 100644 PythonCAD/Interface/.gitignore create mode 100644 PythonCAD/Interface/Gtk/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d707ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.gz diff --git a/PythonCAD/.gitignore b/PythonCAD/.gitignore new file mode 100644 index 0000000..16222bf --- /dev/null +++ b/PythonCAD/.gitignore @@ -0,0 +1 @@ +*\.pyc diff --git a/PythonCAD/Generic/.gitignore b/PythonCAD/Generic/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/PythonCAD/Generic/.gitignore @@ -0,0 +1 @@ +*.pyc diff --git a/PythonCAD/Interface/.gitignore b/PythonCAD/Interface/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/PythonCAD/Interface/.gitignore @@ -0,0 +1 @@ +*.pyc diff --git a/PythonCAD/Interface/Gtk/.gitignore b/PythonCAD/Interface/Gtk/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/PythonCAD/Interface/Gtk/.gitignore @@ -0,0 +1 @@ +*.pyc -- 2.11.4.GIT