fixed MANIFEST and ignore stuff
[urisagit/Stem.git] / .gitignore
1 # Version control files and dirs.
2 RCS
3 CVS
4 *,v$
5 .svn/
6 .git/
7
8 # EUMM/MB generated files and dirs.
9 MANIFEST.bak
10 _build/
11 Build
12 Makefile
13 lib/
14 blib/
15
16 # Temp, old and emacs backup files.
17 *~
18 *.old
19 \#*#
20 .#*
21 .*.swp
22