diff options
| author | navewindre <boneyaard@gmail.com> | 2024-07-12 02:46:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-12 02:46:39 +0200 |
| commit | ecca2728f1a583ea484f8bdcda390a30e4906f1d (patch) | |
| tree | 025923649492e126468cd47820d3eae554fcbd2d | |
Initial commit
| -rw-r--r-- | .gitignore | 32 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 34 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..03ff837 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# heavenhack-cs2 +heavenhack-cs2 |
