Skip to content

Commit

Permalink
Use globs to ignore target directories.
Browse files Browse the repository at this point in the history
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
  • Loading branch information
omasanori committed Aug 2, 2014
1 parent 5ebda6d commit 821262f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Expand Up @@ -51,6 +51,8 @@
.project
.settings/
.valgrindrc
/*-*-*-*/
/*-*-*/
/Makefile
/build
/dist/
Expand All @@ -75,8 +77,6 @@ TAGS.vi
\#*\#
config.mk
config.stamp
i686-pc-mingw32/
i686-unknown-linux-gnu/
keywords.md
lexer.ml
src/.DS_Store
Expand All @@ -86,5 +86,3 @@ tmp.*.rs
version.md
version.ml
version.texi
x86_64-apple-darwin/
x86_64-unknown-linux-gnu/

5 comments on commit 821262f

@bors
Copy link
Contributor

@bors bors commented on 821262f Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 821262f Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging omasanori/rust/gitignore = 821262f into auto

@bors
Copy link
Contributor

@bors bors commented on 821262f Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omasanori/rust/gitignore = 821262f merged ok, testing candidate = 055e25a

@bors
Copy link
Contributor

@bors bors commented on 821262f Aug 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 055e25a

Please sign in to comment.