From 236d605f8c073927d73fa85a74e6586140810106 Mon Sep 17 00:00:00 2001 From: a Code Lizard Date: Sat, 14 Feb 2015 22:13:15 +0100 Subject: [PATCH] Ignore files that are generated when Hydrus is run from source --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..81bebc2c --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +### Compiled Python detritus +__pycache__/ +*.py[cod] + +### IDE's + +## IntelliJ and related IDE's (RubyMine, PhpStorm, AppCode, PyCharm) +*.iml + +# Directory-based project format: +.idea/ + + +## Eclipse +*.pydevproject +.metadata +.gradle +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath + +# Eclipse Core +.project + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +### Some rules to keep out installation-specific stuff that's generated when Hydrus is run from source +temp/ +export/ +logs/ +crash.log +db/