From 866600ac0826a5364807f60b2e2aa19407dade4e Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 18 Apr 2010 18:02:56 -0400 Subject: [PATCH] Document the root and src ignores --- .gitignore | 9 +++++++-- src/.gitignore | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 63e33f1b9a..186c5e1a58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ -/add-on/ +# these directories are generated by the build /bin/ -/lib/ /include/ +/lib/ + +# Windows and OSX executables /*.app /*.exe + +# a common convenient place to set the PLTADDON directory to +/add-on/ diff --git a/src/.gitignore b/src/.gitignore index 796b96d1c4..94e85ee13a 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1 +1,2 @@ -/build +# the conventional directory to run builds in +/build/