Skip to content

Instantly share code, notes, and snippets.

@panterch
Created July 8, 2010 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panterch/467801 to your computer and use it in GitHub Desktop.
Save panterch/467801 to your computer and use it in GitHub Desktop.
Sample .gitignore for pol
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
*~
\#*\#
config/database.yml
coverage/
db/*.sqlite3.db
db/*.sqlite3
db/*.sqlite3-journal
db/schema.rb
log/*.log
*.swp
tmp/*
doc/api
doc/app
nbproject
public/system/**/*
private/**/*
public/cache/*
.DS_Store
webrat*html
mkmf.log
public/javascripts/all.js
public/stylesheets/all.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment