ADD .directory to .gitignore

This commit is contained in:
Patrick Kanzler 2016-01-07 12:41:27 +01:00
parent 69680b04e9
commit 592dbe15f6
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,9 +1,10 @@
# python temporary files # python temporary files
*.pyc *.pyc
# editor autosaves # editor autosaves, data and file browser files
$~ $~
.idea/ .idea/
.directory
# temporary data # temporary data
temp temp