diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-04 20:32:19 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-04 20:32:19 +0000 |
commit | bee546b9efce8f576c85ecca70c896074a918468 (patch) | |
tree | 322c685eaee3841736479a016f4efd8d5fd15096 /.gitignore | |
parent | update (diff) | |
download | leetcode-bee546b9efce8f576c85ecca70c896074a918468.tar.gz leetcode-bee546b9efce8f576c85ecca70c896074a918468.zip |
update
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 |