root / .gitignore @ 7c3491d5
History | View | Annotate | Download (2.4 kB)
| 1 |
*.1 |
|---|---|
| 2 |
*.cxx |
| 3 |
*.dia~ |
| 4 |
*.la |
| 5 |
*.lo |
| 6 |
*.o |
| 7 |
*.patch |
| 8 |
tempi*.pc |
| 9 |
|
| 10 |
*.so |
| 11 |
*.swp |
| 12 |
*~ |
| 13 |
.deps/ |
| 14 |
.dirstamp |
| 15 |
.libs/ |
| 16 |
Makefile |
| 17 |
Makefile.in |
| 18 |
aclocal.m4 |
| 19 |
autom4te.cache/ |
| 20 |
confdefs.h |
| 21 |
config.guess |
| 22 |
config.log |
| 23 |
config.status |
| 24 |
config.sub |
| 25 |
configure |
| 26 |
conftest.c |
| 27 |
depcomp |
| 28 |
doc/html/*.html |
| 29 |
doc/html/doxygen/ |
| 30 |
doxyfile |
| 31 |
doxyfile.stamp |
| 32 |
doxymain.h |
| 33 |
examples/particules/COPYING |
| 34 |
examples/particules/INSTALL |
| 35 |
examples/particules/Makefile |
| 36 |
examples/particules/Ogre.log |
| 37 |
examples/particules/config.h |
| 38 |
examples/particules/config.h.in |
| 39 |
examples/particules/partickle |
| 40 |
examples/particules/stamp-h1 |
| 41 |
html/ |
| 42 |
install-sh |
| 43 |
libtool |
| 44 |
ltmain.sh |
| 45 |
m4/libtool.m4 |
| 46 |
m4/ltoptions.m4 |
| 47 |
m4/ltsugar.m4 |
| 48 |
m4/ltversion.m4 |
| 49 |
m4/lt~obsolete.m4 |
| 50 |
missing |
| 51 |
plugins-base/tests/check_average |
| 52 |
plugins-base/tests/check_base |
| 53 |
plugins-base/tests/check_line |
| 54 |
plugins-base/tests/check_math |
| 55 |
plugins-base/tests/check_slide |
| 56 |
plugins-base/tests/test |
| 57 |
prototypes/any |
| 58 |
prototypes/atom-factory/run |
| 59 |
prototypes/fusion/vec |
| 60 |
prototypes/kinect/freedraw |
| 61 |
prototypes/matrix_type/blobreceiver |
| 62 |
prototypes/matrix_type/blobsender |
| 63 |
prototypes/matrix_type/check_array |
| 64 |
prototypes/matrix_type/matrix |
| 65 |
prototypes/matrix_type/proto_armadillo |
| 66 |
prototypes/midi/alsalist |
| 67 |
prototypes/midi/midiprobe |
| 68 |
prototypes/midilooper-gui/run |
| 69 |
prototypes/midilooper-gui/signals_to_messages |
| 70 |
prototypes/modules/main |
| 71 |
prototypes/nodefactory |
| 72 |
prototypes/phoenix/findif |
| 73 |
prototypes/tuples |
| 74 |
prototypes/va_list/var_types |
| 75 |
prototypes/variant |
| 76 |
src/miller/miller |
| 77 |
src/tempi-draw/tempi-draw |
| 78 |
src/tempi-inspect/tempi-inspect |
| 79 |
src/tempi-launch/tempi-launch |
| 80 |
src/tempi-midi-looper/tempi-midi-looper |
| 81 |
src/tempi-osc-forward/tempi-osc-forward |
| 82 |
src/tempi-osc-looper/tempi-osc-looper |
| 83 |
tempi-*.tar.gz |
| 84 |
tempi/config.h |
| 85 |
tempi/config.h.in |
| 86 |
tempi/stamp-h1 |
| 87 |
tempi/table/.dirstamp |
| 88 |
tempi/tempi-version.h |
| 89 |
tempi/tempi.pyste |
| 90 |
tempi/tests/check_average |
| 91 |
tempi/tests/check_base |
| 92 |
tempi/tests/check_fsm |
| 93 |
tempi/tests/check_graph |
| 94 |
tempi/tests/check_libraries |
| 95 |
tempi/tests/check_log |
| 96 |
tempi/tests/check_math |
| 97 |
tempi/tests/check_message |
| 98 |
tempi/tests/check_node |
| 99 |
tempi/tests/check_nodefactory |
| 100 |
tempi/tests/check_osc |
| 101 |
tempi/tests/check_osc_nodes |
| 102 |
tempi/tests/check_properties |
| 103 |
tempi/tests/check_serializer |
| 104 |
tempi/tests/check_slide |
| 105 |
tempi/tests/check_table |
| 106 |
tempi/tests/check_timer |
| 107 |
tempi/tests/check_track |
| 108 |
tempi/tests/check_version |
| 109 |
tempi/tests/check_wrapper |
| 110 |
tempi/tests/test |
| 111 |
|
| 112 |
# NEGATIONS: |
| 113 |
!doc/html |
| 114 |
!prototypes/gsoap/Makefile |
| 115 |
!prototypes/kinect/Makefile |
| 116 |
!prototypes/mapofsharedobjects/Makefile |
| 117 |
!prototypes/matrix_type/Makefile |
| 118 |
!prototypes/midi/Makefile |
| 119 |
!prototypes/midilooper-gui/Makefile |
| 120 |
!prototypes/modules/Makefile |
| 121 |
!python_module/Makefile |
