diff --git a/.gitignore b/.gitignore index f5f90be7..10b327e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -# Generated bindings -src/gen/ -include/gen/ - # Misc logs/* diff --git a/include/gen/.gitignore b/include/gen/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/include/gen/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/src/gen/.gitignore b/src/gen/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/src/gen/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore