Skip to content

Commit

Permalink
Merge pull request #4016 from ravage84/patch-1
Browse files Browse the repository at this point in the history
Added *.mo and .idea to .gitignore
  • Loading branch information
markstory committed Jul 18, 2014
2 parents 91b4ee8 + 78fb9b5 commit 52c8aa1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Expand Up @@ -8,6 +8,11 @@
/build
/dist
/tags
*.mo

# IDE and editor specific files #
#################################
.idea

# OS generated files #
######################
Expand All @@ -18,4 +23,4 @@
.Trashes
Icon?
ehthumbs.db
Thumbs.db
Thumbs.db

0 comments on commit 52c8aa1

Please sign in to comment.