Document the root and src ignores

This commit is contained in:
Eli Barzilay 2010-04-18 18:02:56 -04:00
parent 45d2e0a191
commit 866600ac08
2 changed files with 9 additions and 3 deletions

9
.gitignore vendored
View File

@ -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/

3
src/.gitignore vendored
View File

@ -1 +1,2 @@
/build
# the conventional directory to run builds in
/build/