From 5c976e4c113e9eb2a6647290bbe8cadb6ac4aec0 Mon Sep 17 00:00:00 2001 From: BrotherJohn Date: Apr 07 2020 19:06:54 +0000 Subject: switched from *.hgignore* to *.gitignore* This is the first commit after the migration from Mercurial to Git. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ffbd41 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.cache/ +__pycache__/ +*.autosave +*.ini +*_ini.py +*.orig diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 10e3f83..0000000 --- a/.hgignore +++ /dev/null @@ -1,16 +0,0 @@ -syntax: regexp - -# usual build and binary folders, local IDE folders -^build[^/]*\/ -^\.idea\/ -^__pycache__\/ - -# generated and backup files -\.autosave$ -\.orig$ -\.user$ -\.cache\/ - -# production ini files -\.ini$ -_ini\.py$