diff options
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 |