Merge pull request #20 from codelizard42/gitignore-patch

Make git ignore files that are dynamically generated by Hydrus
This commit is contained in:
Hydrus Network Developer 2015-10-31 12:03:13 -05:00
commit 01ed3ccf00
1 changed files with 41 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@ -0,0 +1,41 @@
### 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
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/