-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitignore
64 lines (60 loc) · 876 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
*.bc
*.hi
*.o
*.so
*.so.*
*.dylib*
*.dll
*.exe
*.img
*.pd_linux
*.pd_darwin
*~
.sw?
.*.sw?
.DS_Store
# various generated files
pure/aclocal.m4
pure/autom4te.cache
pure/configure
pure/Makefile
pure/config.h
pure/config.h.in
pure/config.log
pure/config.status
pure/examples/Makefile
pure/run-test
pure/run-tests
pure/lexer.cc
pure/location.hh
pure/parser.cc
pure/parser.hh
pure/parser.output
pure/position.hh
pure/stack.hh
pure/pure.pc
pure/etc/pure-mode.el
pure/etc/*.elc
pure/test/*.diff
purepad/Debug
purepad/Release
purepad/*.ncb
purepad/*.opt
purepad/*.plg
pd-faust/Makefile.config
gnumeric-pure/*/plugin.xml
sphinx/auto
sphinx/build
sphinx/conf.py
sphinx/docs/Makefile
sphinx/*.txt
# extra sources
pure-gl/GL/*.h
pure-reduce/reduce-algebra
# executables
pure/pure
pure-doc/pure-doc
pure-gen/dump-ast
pure-gen/pure-gen
gnumeric-pure/pure-gnm/pure-gnm
faust2pd/faust2pd