diff options
author | Treeston <treeston.mmoc@gmail.com> | 2018-10-26 14:43:22 +0200 |
---|---|---|
committer | Treeston <treeston.mmoc@gmail.com> | 2018-10-26 14:43:22 +0200 |
commit | 338e8ba0fea8b4b15120c96fff15a6c4b1a52593 (patch) | |
tree | b9a9fce959447317011252c4b38d5519667ab3d1 /.gitignore | |
parent | 0a0312b705ecb1a318fd3abe545b571a3a349a9c (diff) |
Core/Misc: Partial merge of 3.3.5-dbedit:
- Added SmartEnum.h for enum iteration, stringification, and more, courtesy of krabicezpapundeklu/smart_enum
- Moved a bunch of enums in SharedDefines.h to the new system
- Miscellaneous utility methods ported
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9ef72e70bf3..8f53d915b4a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ nbproject/* .vscode cmake-build-*/ .vs +*.user |