X-Git-Url: https://git.r.bdr.sh/rbdr/super-polarity/blobdiff_plain/9899ae5d21c559b98386be48c5a80e63db10552d..504fcb9fa0299153e8b5e007df32da0e0f5c2db7:/.gitignore diff --git a/.gitignore b/.gitignore index 0881b8d..6415af8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,21 @@ +# Object files +*.o + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +======= ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. @@ -147,5 +165,8 @@ Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ -# Mac crap +# Mac files .DS_Store + +# Visual Studio dir +.vs