tdm_termite.hpp: remove unused bit/endian include in C++20, add python build files to gitignore
This commit is contained in:
parent
dec58d4668
commit
759c88dfb4
7
.gitignore
vendored
7
.gitignore
vendored
@ -23,3 +23,10 @@ pip/*.cpp
|
||||
pip/*.pyx
|
||||
pip/*.pxd
|
||||
pip/LICENSE
|
||||
|
||||
python/3rdparty/
|
||||
python/LICENSE
|
||||
python/README.md
|
||||
python/TDMtermite.cpp
|
||||
python/lib/
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include <sstream>
|
||||
#include <filesystem>
|
||||
#include <regex>
|
||||
#include <bit>
|
||||
|
||||
#include "pugixml.hpp"
|
||||
#include "tdm_datamodel.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user