Add missing join
[cds-indico.git] / .gitignore
blob4047381f95efc6743e9b7669c51548a8dcd5c517
1 # temporary/bytecode files
2 *~
3 .*.swp
4 *.pyc
5 *.pyo
6 __pycache__/
8 # makac symlink
9 /MaKaC
11 # configs
12 /etc/*.conf
14 # python packaging
15 /dist
16 *.egg-info
17 *.egg
19 # assets and generated stuff
20 build/
21 indico/htdocs/ihelp/html/
22 indico/htdocs/ihelp/pdf/
23 !indico/htdocs/ihelp/help/.*
24 !indico/htdocs/ihelp/pdf/.*
25 indico/htdocs/static/assets/
26 indico/htdocs/sass/.sass-cache/
27 .webassets-cache
28 .sass-cache
29 *.min.css
30 *.min.js
31 jquery_migrate_silencer_*.js
32 indico/htdocs/js/indico/i18n/*.js
33 *.mo
35 # fetched external dependencies
36 indico/htdocs/*/lib/
37 node_env
38 node_modules
40 # IDE files
41 .idea
42 *.sublime-*
44 # testing
45 .noseids
46 indico/tests/report/*.txt
47 test.txt
48 .coverage
49 coverage.xml
50 htmlcov/
52 # sphinx
53 /doc/dev/source/extension.rst