diff options
author | Chuyan Zhang <me@zcy.moe> | 2024-09-05 01:11:42 -0700 |
---|---|---|
committer | Chuyan Zhang <me@zcy.moe> | 2024-09-05 01:11:42 -0700 |
commit | 8c7926588b616988e7b016eaf704acee0ee77cc9 (patch) | |
tree | a1bb11131aea964f9fa0bca76196c3351530c01d /.gitignore | |
download | iris-8c7926588b616988e7b016eaf704acee0ee77cc9.tar.gz iris-8c7926588b616988e7b016eaf704acee0ee77cc9.zip |
Initial setup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6eb228f --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# 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 + +# clangd cache +.cache/ + +# VSCode settings +.vscode/ + +# CMake build directory +build/
\ No newline at end of file |