.gitignore in trema-0.2.2 vs .gitignore in trema-0.2.2.1
- old
+ new
@@ -1,8 +1,9 @@
-*.gem
+# bundler generated
.bundle
Gemfile.lock
+*.gem
pkg/*
# rcov generated
coverage
coverage.data
@@ -12,10 +13,22 @@
# yard generated
doc
.yardoc
+# other generated files
+*.dependency
+/tmp
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+TAGS
+callgrind.out.*
+html
+objects
+
# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
#
# * Create a file at ~/.gitignore
# * Include files you want ignored
# * Run: git config --global core.excludesfile ~/.gitignore
@@ -38,16 +51,5 @@
#\#*
#.\#*
# For vim:
*.swp
-
-*.dependency
-/tmp
-GPATH
-GRTAGS
-GSYMS
-GTAGS
-TAGS
-callgrind.out.*
-html
-objects
\ No newline at end of file