Changeset f1095da


Ignore:
Timestamp:
Dec 2, 2013, 3:57:50 AM (11 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10
Children:
7792bac
Parents:
ba9a1be
git-author:
Anders Kaseorg <andersk@mit.edu> (11/21/13 06:40:40)
git-committer:
Anders Kaseorg <andersk@mit.edu> (12/02/13 03:57:50)
Message:
.gitignore: Reorganize

Divide .gitignore into logical sections, and be explicit about files
that only need to be ignored at top level.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    rba9a1be rf1095da  
     1# Generated by autoreconf
     2Makefile.in
     3/aclocal.m4
     4/autom4te.cache/
     5/config.h.in
     6/config.h.in~
     7/configure
     8/depcomp
     9/install-sh
     10/missing
     11/test-driver
     12
     13# Generated by configure
     14Makefile
     15.deps/
     16/config.cache
     17/config.h
     18/config.log
     19/config.status
     20/stamp-h1
     21
     22# Generated by make
     23*.o
    124*.a
    2 *.o
    3 *.par
    4 .deps
     25/BUILD_VERSION.mk
     26/barnowl
    527/bin/
    6 BUILD_VERSION.mk
    7 META.yml
    8 MYMETA.yml
    9 Makefile
    10 Makefile.in
    11 Makefile.old
     28/gmarshal_funcs.c
     29/gmarshal_funcs.h
     30/owl_prototypes.h
     31/owl_prototypes.h.new
     32/perlglue.c
     33/varstubs.c
     34/version.c
     35/version.c.new
     36/zcrypt
     37
     38# Generated by make check
     39/runtests.sh.log
     40/runtests.sh.trs
     41/test-suite.log
     42/tester
     43
     44# Generated by make tags
    1245TAGS
    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 depcomp
    25 gmarshal_funcs.c
    26 gmarshal_funcs.h
    27 inc/
    28 install-sh
    29 missing
    30 owl_prototypes.h
    31 owl_prototypes.h.new
    32 perlglue.c
    33 pm_to_blib
    34 runtests.sh.log
    35 runtests.sh.trs
    36 stamp-h1
    37 test-driver
    38 test-suite.log
    39 tester
    40 varstubs.c
    41 version.c
    42 version.c.new
    43 zcrypt
Note: See TracChangeset for help on using the changeset viewer.