diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 09871eb4e..72aa1c74c 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,7 @@ log.txt # No idea where these come from bin/ + +# When using a RAM disk to speed up development, see how-to in docs/developer/ram-disk/settings-ramdisk.xml +/.mvn/maven.config +/.mvn/settings-ramdisk.xml |