diff options
| author | Andrei F <[email protected]> | 2022-10-16 17:03:51 -0700 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-10-16 17:03:51 -0700 |
| commit | 77dff6163cd1f3f69d30edf34d1bfa0d1c8b108c (patch) | |
| tree | 6206ee44fa43f320099f77143e9894c8b6640db6 | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-ch9-debugging-florea-77dff6163cd1f3f69d30edf34d1bfa0d1c8b108c.tar.xz cst116-ch9-debugging-florea-77dff6163cd1f3f69d30edf34d1bfa0d1c8b108c.zip | |
Adding git ignore file
| -rw-r--r-- | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ef53c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# CLion things specific for Andrei +/cmake-build-debug +CMakeLists.txt + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app
\ No newline at end of file |