diff options
author | Eugene Sandulenko | 2016-08-02 00:02:33 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-03 23:40:36 +0200 |
commit | 991e58b17774239b9b951d0789943ef796eedeac (patch) | |
tree | 798d674715e2abc81848e51f1e673a9762a22030 /.gitignore | |
parent | f7009628cca1ad8461c353f44ae5c167afcd7612 (diff) | |
download | scummvm-rg350-991e58b17774239b9b951d0789943ef796eedeac.tar.gz scummvm-rg350-991e58b17774239b9b951d0789943ef796eedeac.tar.bz2 scummvm-rg350-991e58b17774239b9b951d0789943ef796eedeac.zip |
BUILD: Added *.output to git ignore list
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2ad104214e..270fb560fe 100644 --- a/.gitignore +++ b/.gitignore @@ -196,3 +196,6 @@ ScummVM.includes #Ignore MS Visual C++ temporary files/subdirectories (except create_project.bat) dists/msvc*/** !dists/msvc*/create_project.bat + +#Ignore bison debug output +*.output |