source: .hgignore @ 1176:33100112b039

Revision 1176:33100112b039, 393 bytes checked in by Carsten Senger <senger@…>, 11 months ago (diff)

.hgignore emacs temporary buffers

Line 
1
2# Automatically generated by `hgimportsvn`
3syntax:glob
4.svn
5.hgsvn
6*.pyc
7*.swp
8*.swo
9*.egg-info
10*.db
11data/*
12bundestag.ini
13*.DS_Store
14.\#*
15
16# These lines are suggested according to the svn:ignore property
17# Feel free to enable them by uncommenting them
18syntax:glob
19#adhocracy/public/js/adhocracy.js
20docs/_build/*
21test-data/index
22site/*
23
24# left overs after using `python setup.py develop`
25*.egg
Note: See TracBrowser for help on using the repository browser.