From d2a5f253a3ec1a480403e547584ba94469c9242b Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 30 Sep 2004 21:22:43 +0000 Subject: [PATCH] ignore generated directory names --- dtool/.gitignore | 4 ++++ panda/.gitignore | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/dtool/.gitignore b/dtool/.gitignore index 11e3ea3449..a460d1e628 100644 --- a/dtool/.gitignore +++ b/dtool/.gitignore @@ -1,3 +1,7 @@ +/bin/ /dtool_config.h +/etc/ +/include/ +/lib/ Makefile pp.dep diff --git a/panda/.gitignore b/panda/.gitignore index 64c532f452..136aab5bf1 100644 --- a/panda/.gitignore +++ b/panda/.gitignore @@ -1,2 +1,7 @@ +/bin/ +/etc/ +/include/ +/lib/ +/shared/ Makefile pp.dep