Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshiaki Takeuchi committed Sep 28, 2014
1 parent faf4eba commit 434a21c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Rails
*.sqlite3
config/database.yml
log/*
tmp/*

## Python
*.pyc

## generic files to ignore
*~
*.lock
*.DS_Store
*.swp
*.out

## repo specific
*.dat
*.data

0 comments on commit 434a21c

Please sign in to comment.