diff --git a/.gitignore b/.gitignore index 7a510743..e1924aeb 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ # build artifacts mergerfs obj/ +*.d +build/ src/version.hpp # Debian files @@ -23,3 +25,7 @@ debian/changelog # RPM files rpmbuild/ + +# IDEs +\.idea/ +VERSION