Cleaned up demos, various build fixes
[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 blib/
14
15 # Temp, old and emacs backup files.
16 *~
17 *.old
18 \#*#
19 .#*
20 .*.swp
21
22 # archive files
23 *.gz
24 *.bz2
25
26 # stuff from uri's working dir that he doesn't want in the repo
27 old*
28 *.ok
29 lib-pod
30 modules
31 event_test
32 dlug
33 flow
34 intel
35 pod
36 scaffidi
37 slides
38 stem2pod
39 test
40