diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-09-27 09:13:11 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2023-09-27 09:13:11 +0700 |
commit | e39b13fccc0b6898b90441ffc2759239e1502a37 (patch) | |
tree | 1728465ef1b9a56a560f810972a64fd6741a88b3 /.gitignore | |
parent | 5988c287c7e7348c083847732408cb0b32441a6d (diff) | |
download | aspectj-e39b13fccc0b6898b90441ffc2759239e1502a37.tar.gz aspectj-e39b13fccc0b6898b90441ffc2759239e1502a37.zip |
Ignore AspectJ core dumps
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d0b7450be..a55fb9601 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,9 @@ bin/ /lib/regexp/ /lib/saxon/ +# AspectJ core dumps +ajcore.*.txt + # 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 |