/ .gitignore
.gitignore
 1  # building
 2  .deps/
 3  autom4te.cache/
 4  config.log
 5  config.status
 6  *.o
 7  Makefile
 8  
 9  # backups
10  *~
11  
12  # gettext
13  po/Makefile.in
14  po/stamp-po
15  po/POTFILES
16  po/remove-potcdate.sed
17  po/Makevars.template
18  po/*\.gmo
19  po/*\.insert-header
20  
21  # manpages
22  isoquery.1
23  man_de
24  man_es
25  man_fr
26  man_it
27  man_nb
28  man_pt
29  man_sv
30  man_tr
31  
32  # test output
33  tests/options
34  tests/integration
35  tests/*.log
36  tests/*.trs
37  
38  # binaries
39  src/isoquery
40  
41  # tarballs
42  isoquery-*.tar.xz