isso/.gitignore

30 lines
501 B
Plaintext
Raw Normal View History

2013-09-13 16:03:35 +00:00
# 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]
# *~
*.pyc
.Python
2013-12-11 14:40:46 +00:00
.sass-cache
2015-02-19 12:22:04 +00:00
.vagrant
2013-12-11 14:40:46 +00:00
2013-09-13 16:03:35 +00:00
/bin
/include
/lib
2014-05-26 14:03:41 +00:00
/lib64
/man
2013-09-13 16:03:35 +00:00
/share
/isso.egg-info/
/isso/js/components
/isso/js/embed.min.js
/isso/js/embed.dev.js
/isso/js/count.min.js
/isso/js/count.dev.js
2013-12-11 14:40:46 +00:00
/docs/_build
/docs/_static/css/site.css
2016-01-08 19:54:24 +00:00
/pip-selfcheck.json