Browse Source

Merge pull request #4016 from ravage84/patch-1

Added *.mo and .idea to .gitignore
Mark Story 11 years ago
parent
commit
52c8aa1b54
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .gitignore

+ 6 - 1
.gitignore

@@ -8,6 +8,11 @@
 /build
 /dist
 /tags
+*.mo
+
+# IDE and editor specific files #
+#################################
+.idea
 
 # OS generated files #
 ######################
@@ -18,4 +23,4 @@
 .Trashes
 Icon?
 ehthumbs.db
-Thumbs.db
+Thumbs.db