Adding more stuff to gitignore
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -11,6 +11,8 @@ doc
|
|||||||
# jeweler generated
|
# jeweler generated
|
||||||
pkg
|
pkg
|
||||||
|
|
||||||
|
.bundle
|
||||||
|
|
||||||
# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
|
# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
|
||||||
#
|
#
|
||||||
# * Create a file at ~/.gitignore
|
# * Create a file at ~/.gitignore
|
||||||
@@ -24,16 +26,16 @@ pkg
|
|||||||
#
|
#
|
||||||
# For MacOS:
|
# For MacOS:
|
||||||
#
|
#
|
||||||
#.DS_Store
|
.DS_Store
|
||||||
#
|
#
|
||||||
# For TextMate
|
# For TextMate
|
||||||
#*.tmproj
|
#*.tmproj
|
||||||
#tmtags
|
#tmtags
|
||||||
#
|
#
|
||||||
# For emacs:
|
# For emacs:
|
||||||
#*~
|
*~
|
||||||
#\#*
|
\#*
|
||||||
#.\#*
|
.\#*
|
||||||
#
|
#
|
||||||
# For vim:
|
# For vim:
|
||||||
#*.swp
|
*.swp
|
||||||
|
|||||||
Reference in New Issue
Block a user