From 42eab3c1d5571d1865493f8e38f94f6b8bbdcd23 Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Mon, 7 Jan 2013 16:52:19 -0600 Subject: Adding .gitignore files --- pjlib-util/bin/.gitignore | 2 ++ pjlib-util/build/output/.gitignore | 2 ++ pjlib-util/lib/.gitignore | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 pjlib-util/bin/.gitignore create mode 100644 pjlib-util/build/output/.gitignore create mode 100644 pjlib-util/lib/.gitignore (limited to 'pjlib-util') diff --git a/pjlib-util/bin/.gitignore b/pjlib-util/bin/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/pjlib-util/bin/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/pjlib-util/build/output/.gitignore b/pjlib-util/build/output/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/pjlib-util/build/output/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/pjlib-util/lib/.gitignore b/pjlib-util/lib/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/pjlib-util/lib/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore -- cgit v1.2.3