From 2a92376d9bfb810868e5dd5617de6b801ad1fd3f Mon Sep 17 00:00:00 2001 From: Joel Gil Leon Date: Mon, 14 May 2018 19:06:40 +0300 Subject: [PATCH] added .buildconfig (autogen from gnome-builder) to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e146528..ee98c9a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ var/ *.egg-info/ .installed.cfg *.egg +.buildconfig # PyInstaller # Usually these files are written by a python script from a template @@ -91,4 +92,4 @@ ENV/ # Secret files (for credentials used in testing) *.secret pytooter_clientcred.txt -pytooter_usercred.txt \ No newline at end of file +pytooter_usercred.txt