Changeset 8a213ca
- Timestamp:
- Dec 2, 2013, 3:58:10 AM (11 years ago)
- Parents:
- ebcdf4d (diff), d779a1a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 1 added
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
rca1fb26a r7834bb5 1 # Generated by autoreconf 2 Makefile.in 3 /aclocal.m4 4 /autom4te.cache/ 5 /compile 6 /config.h.in 7 /config.h.in~ 8 /configure 9 /depcomp 10 /install-sh 11 /missing 12 /test-driver 13 14 # Generated by configure 15 Makefile 16 .deps/ 17 /config.cache 18 /config.h 19 /config.log 20 /config.status 21 /stamp-h1 22 23 # Generated by make 24 *.o 1 25 *.a 2 *.o 3 *.par 4 .deps 26 /BUILD_VERSION.mk 27 /barnowl 5 28 /bin/ 6 BUILD_VERSION.mk 7 META.yml 8 MYMETA.yml 9 Makefile 10 Makefile.in 11 Makefile.old 29 /gmarshal_funcs.c 30 /gmarshal_funcs.h 31 /owl_prototypes.h 32 /owl_prototypes.h.new 33 /perlglue.c 34 /varstubs.c 35 /version.c 36 /version.c.new 37 /zcrypt 38 39 # Generated by make check 40 /runtests.sh.log 41 /runtests.sh.trs 42 /test-suite.log 43 /tester 44 45 # Generated by make tags et al. 46 ID 12 47 TAGS 13 aclocal.m4 14 autom4te.cache 15 barnowl 16 blib 17 config.cache 18 config.h 19 config.h.in 20 config.h.in~ 21 config.log 22 config.status 23 configure 24 core 25 depcomp 26 gmarshal_funcs.c 27 gmarshal_funcs.h 28 inc/ 29 install-sh 30 jabber.log 31 missing 32 owl_prototypes.h 33 owl_prototypes.h.new 34 perlglue.c 35 pm_to_blib 36 runtests.sh.log 37 runtests.sh.trs 38 stamp-h1 39 test-driver 40 test-suite.log 41 tester 42 varstubs.c 43 version.c 44 version.c.new 45 zcrypt 48 tags 49 /GPATH 50 /GRTAGS 51 /GSYMS 52 /GTAGS 53 /cscope.files 54 /cscope.in.out 55 /cscope.out 56 /cscope.po.out
Note: See TracChangeset
for help on using the changeset viewer.