diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-07-02 22:33:19 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-07-02 22:33:19 +0200 |
commit | d9743696562fc85643e016d778ee994f0b9296db (patch) | |
tree | 4cf08da0eb8569e227a412a6da45d1c476ffff78 /.gitignore | |
download | cpp-utils-d9743696562fc85643e016d778ee994f0b9296db.tar.gz cpp-utils-d9743696562fc85643e016d778ee994f0b9296db.zip |
add initial state of bitfield and option
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13ca83a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +compile_commands.json +events.json +/build +.cache/ |