Skip to content

Commit

Permalink
add/organize gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pld committed Apr 19, 2012
1 parent e554ce3 commit f9c7a86
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,40 +1,42 @@
/data
error.log
load_script.logs
load_script.pid
local_settings.py
pyxform
search_index
site_media/attachments

tmp/*
*.pyc
*.sql
*.tar.gz
*~
.DS_Store
*.sqlite3
error.log
site_media/css/sass/.sass-cache/*
.sass-cache
.odk
*orig
.idea
search_index

#for a local virtualenv (as done in mangrove repo)
ve/

# file created by tests
registration.xml
tmp/*
xform_manager_dataset.json

# folder to hold csv files
csvs

xform_manager_dataset.json

/data
local_settings.py
.~lock.*

# media folder used by tests
# todo: figure out a way to clean this up rather than ignore it.
/test_media
/media

load_script.logs
load_script.pid
# file created by tests
registration.xml

# for a local virtualenv (as done in mangrove repo)
ve/

.~lock.*
.DS_Store
.idea
.odk
.project
.pydevproject
.sass-cache
.settings

*.bak
*.pyc
*.sql
*.sqlite3
*.tar.gz
*~
*orig

0 comments on commit f9c7a86

Please sign in to comment.