Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Apr 7, 2010
1 parent 247db5d commit 4eb418c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
$ cat .gitignore

# Can ignore specific files
.DS_Store
Thumbs.db

# Use wildcards as well
*~
*.swp

# Can also ignore all directories and files in a directory.
Box2D/*
**/bin/*
**/obj/*
**/**/obj/*
**/Content/exports/*
**/Content/obj/*
$ cat .gitignore

# Can ignore specific files
.DS_Store
Thumbs.db

# Use wildcards as well
*~
*.swp

# Can also ignore all directories and files in a directory.
Box2D/*
**/bin/*
**/obj/*
**/**/obj/*
**/Content/exports/*
**/Content/obj/*
**/Content/bin/*

0 comments on commit 4eb418c

Please sign in to comment.