diff options
| author | BossCode45 <74084650+BossCode45@users.noreply.github.com> | 2022-08-19 22:28:34 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-19 22:28:34 +1200 |
| commit | c15c2df9b2512c7cfeb0eaa8301b12b96cb8c590 (patch) | |
| tree | 820c7c23ed9b6bd47b30b969f0d7dc8210284d07 /.gitignore | |
| download | YATwm-c15c2df9b2512c7cfeb0eaa8301b12b96cb8c590.tar.gz YATwm-c15c2df9b2512c7cfeb0eaa8301b12b96cb8c590.zip | |
Initial commit
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..259148f --- /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 |
