diff options
| author | Andrei Florea <[email protected]> | 2022-10-01 11:30:59 -0700 |
|---|---|---|
| committer | Andrei Florea <[email protected]> | 2022-10-01 11:30:59 -0700 |
| commit | e559cb554fdb3fcd8204976576d3ee9458aad962 (patch) | |
| tree | 4188901f111f6018db264c8af7f28a52de3cb397 | |
| parent | Delete test.txt (diff) | |
| download | cst116-lab0-debugging-florea-e559cb554fdb3fcd8204976576d3ee9458aad962.tar.xz cst116-lab0-debugging-florea-e559cb554fdb3fcd8204976576d3ee9458aad962.zip | |
Adding git ignore
| -rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d99efa9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# 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 |