Changeset 4cbac2 for .gitignore


Ignore:
Timestamp:
Sep 28, 2009, 6:44:29 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
bb56cf
Parents:
01e6c5
Message:

Updated gitignore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r01e6c5 r4cbac2  
    33bin
    44tests
     5
     6# ecut
     7.ecut*
    58
    69# exclude generated html
     
    1821# exclude automake generated stuff
    1922*.in
    20 *.in~
     23*~
    2124*.swp
    2225*.bak
     
    2629autom4te.cache
    2730missing
     31depcomp
     32install-sh
    2833INSTALL
    2934COPYING
     
    3338README
    3439
     40# exclude compiled stuff
     41*.o
     42
    3543# exclude archives
    3644*.tgz
Note: See TracChangeset for help on using the changeset viewer.