diff options
| author | Andrei Florea <[email protected]> | 2022-10-05 16:08:12 -0700 |
|---|---|---|
| committer | Andrei Florea <[email protected]> | 2022-10-05 16:08:12 -0700 |
| commit | 846455178c39114b03418e1a88fdcc549dcaf14c (patch) | |
| tree | 344bfc3577587ceb9ccae67b8d6fee3665df8a13 | |
| parent | Unimportant changes (diff) | |
| download | cst116-lab0-florea-846455178c39114b03418e1a88fdcc549dcaf14c.tar.xz cst116-lab0-florea-846455178c39114b03418e1a88fdcc549dcaf14c.zip | |
Corrected .gitignore for CLion IDE
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,8 +7,9 @@ *.o *.obj -# CLion things - +# CLion things specific for Andrei +/cmake-build-debug +CMakeLists.txt # Precompiled Headers *.gch |