tweaked MANIFEST stuff and made a .gitignore
[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
15 # Temp, old and emacs backup files.
16 *~
17 *.old
18 \#*#
19 .#*
20 .*.swp
21