Browse Source

Structure gitignore

Ghostkeeper 9 years ago
parent
commit
4548c38af6
1 changed files with 11 additions and 7 deletions
  1. 11 7
      .gitignore

+ 11 - 7
.gitignore

@@ -1,13 +1,17 @@
+# Compiled and generated things.
+build
 *.pyc
-*kdev*
-*.kate-swp
 __pycache__
+*.mo
 docs/html
-*.lprof
 *.log
-*~
-build
-*.qm
-*.mo
 resources/i18n/en
 resources/i18n/x-test
+
+# Editors and IDEs.
+*kdev*
+*.kate-swp
+*.lprof
+*~
+*.qm
+