diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-02-12 13:12:50 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-02-12 13:12:50 -0600 |
commit | 362dcec55b292e3eb605f9aab35c7596dd5c1b13 (patch) | |
tree | 094e45a68a41bb85dfd53034898c7632407fb46e /.gitignore | |
parent | 7309765a00c994bfdf576ae72aa295e3dc0ed835 (diff) |
gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a2f399c --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +.idea +*.log +tmp/ + +*.o +/main +.ccls-cache |