Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: e073b1eba3e51b22c730fa5e6de72a8415feef92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# no backup files
*~
# no binaries
*.pyc
*.mo
# no archives
*.xo
*.tar.bz2
*.zip
# no test data
*.[Ss][Vv][Gg]
*.[Pp][Nn][Gg]
*.[Pp][Dd][Ff]
*.[Jj][Pp][Gg]
*.[Jj][Pp][Ee][Gg]
testoutput_*
# no coverage data
coverage.lst
.coverage
# no project files
.project
.pydevproject
.classpath
.directory
.project
*.asc
*.gpg
*.txt
# allow logo
!activity/activity-kandid.svg
# allow PNGs for introduction view.
!intro/*-colormap.png