summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b7f8ceae98c4b076222178c3f41f0340d3d6bcee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.pyc
.svn
utils/palist
build/
dist/
locale/
messages.mo
po/*.mo
pulsecaster.egg-info/

*~
# Yes, I like Emacs.
.\#*
\#*\#

# Eclipse stuff
#.project
#.pydevproject
.settings