Document the root and src ignores
This commit is contained in:
parent
45d2e0a191
commit
866600ac08
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,6 +1,11 @@
|
||||||
/add-on/
|
# these directories are generated by the build
|
||||||
/bin/
|
/bin/
|
||||||
/lib/
|
|
||||||
/include/
|
/include/
|
||||||
|
/lib/
|
||||||
|
|
||||||
|
# Windows and OSX executables
|
||||||
/*.app
|
/*.app
|
||||||
/*.exe
|
/*.exe
|
||||||
|
|
||||||
|
# a common convenient place to set the PLTADDON directory to
|
||||||
|
/add-on/
|
||||||
|
|
3
src/.gitignore
vendored
3
src/.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
/build
|
# the conventional directory to run builds in
|
||||||
|
/build/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user