diff options
| author | Andrei Florea <[email protected]> | 2022-10-01 11:51:14 -0700 |
|---|---|---|
| committer | Andrei Florea <[email protected]> | 2022-10-01 11:51:14 -0700 |
| commit | 578bde25862048623992785d1862ad6d152fecb5 (patch) | |
| tree | 044b1154614f0601217bd3a48825428f6b145b0d /.gitignore | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab0-florea-578bde25862048623992785d1862ad6d152fecb5.tar.xz cst116-lab0-florea-578bde25862048623992785d1862ad6d152fecb5.zip | |
Adding gitignore
Diffstat (limited to '.gitignore')
| -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 |