From c99054e4795389f8b29684217dbc0575947a5c54 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 4 Jun 2021 01:00:03 +0200 Subject: [PATCH] add /build_factorio to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fcc96dc0..4dc8cdd5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.apsave build +/build_factorio/ bundle/components.wxs dist README.html @@ -142,4 +143,4 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ \ No newline at end of file +cython_debug/