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
|
|
|
|
|
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
|
2013-10-02 12:26:06 +00:00
|
|
|
/isso.egg-info/
|
|
|
|
/isso/js/components
|
|
|
|
/isso/js/embed.min.js
|
2013-10-31 10:19:28 +00:00
|
|
|
/isso/js/embed.dev.js
|
2013-10-02 12:26:06 +00:00
|
|
|
/isso/js/count.min.js
|
2013-10-31 10:19:28 +00:00
|
|
|
/isso/js/count.dev.js
|
2013-12-11 14:40:46 +00:00
|
|
|
|
|
|
|
/docs/_build
|
|
|
|
/docs/_static/css/site.css
|