diff options
author | Andy Clement <aclement@pivotal.io> | 2020-04-21 17:27:47 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2020-04-21 17:27:47 -0700 |
commit | f2c96de9622b1dbe4ba762dbfbbf4737ae959ace (patch) | |
tree | 945d3d9ddc36fbeafa5a0491fc1a63e3ecea61f4 | |
parent | ecc1c4706d489a25067e6c1ce2a58c42603f27fb (diff) | |
download | aspectj-f2c96de9622b1dbe4ba762dbfbbf4737ae959ace.tar.gz aspectj-f2c96de9622b1dbe4ba762dbfbbf4737ae959ace.zip |
Exclude some linux created debug files
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9c72aa5de..2220e84b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ */bin +.attach_pid* pom.xml.versionsBackup log.txt .vscode |