diff options
author | joshreve <j.a.shreve@gmail.com> | 2021-07-03 13:01:28 -0400 |
---|---|---|
committer | joshreve <j.a.shreve@gmail.com> | 2021-07-03 13:01:28 -0400 |
commit | 1866c114f144b6fc828716b00782ec8d516c3e41 (patch) | |
tree | ca73212b7e93b7f81ffc777ad5095c4418025db4 /.gitignore | |
parent | 4c634cc70cb1c97b5b332011548c32f6bb21f3d2 (diff) |
Large change to things directory with pregenerated files in multiple configurations. Implemented prebuild generator to automatically create pregenerated files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,3 +11,4 @@ .idea/ *.FCStd1 debug_* +*/__pycache__/* |