diff options
author | Alexander Kurtakov | 2013-08-30 08:29:49 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2013-08-30 08:29:49 +0000 |
commit | f3d5dd97a0e620da0a76a3d3e4fd21bfbc863092 (patch) | |
tree | dd6162a3a440a1b4d78679c31a695c820fe19876 | |
parent | e512f90aae24b141e03c11c78a9cc8e19ebee6e5 (diff) | |
download | org.eclipse.linuxtools-f3d5dd97a0e620da0a76a3d3e4fd21bfbc863092.tar.gz org.eclipse.linuxtools-f3d5dd97a0e620da0a76a3d3e4fd21bfbc863092.tar.xz org.eclipse.linuxtools-f3d5dd97a0e620da0a76a3d3e4fd21bfbc863092.zip |
Ignore **/screenshots (swtbot generated).
Change-Id: I1b741a7bb442c08f19a1a5947eef501378a50fcc
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2461756ef9..2560e1723a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ target/ -bin/
\ No newline at end of file +bin/ +**/screenshots |