diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a5248f0ce9..7b4351b5aa 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ out/ *.ipr *.iws run/ -bin/
\ No newline at end of file +bin/ +build/ |