Commit 72e03f964c3ca6f51f87b97857e9a79f137a3c61

Authored by Perry Werneck
1 parent 35716486

Ajustando lista de arquivos a ignorar.

Showing 1 changed file with 31 additions and 5 deletions   Show diff stats
.gitignore
1   -ChangeLog
2   -ChangeLog.new
3   -Makefile
4   -aclocal.m4
5 1 .bin
  2 +.tmp
  3 +.obj
6 4 *.log
7 5 *.status
8   -configure
9 6 *.pc
  7 +*.nsi
  8 +*.exe
  9 +*.tmp
  10 +ChangeLog*
  11 +Makefile
  12 +aclocal.m4
  13 +configure
  14 +autom4te.cache
  15 +makegtkruntime.sh
  16 +pw3270.po
  17 +pw3270.spec
  18 +revision
  19 +revision.m4
  20 +src/classlib/class.mak
  21 +src/include/lib3270/config.h
  22 +stamp-h1
  23 +src/include/plugin.mak
  24 +src/include/rules.mak
  25 +src/java/jni3270.h
  26 +src/lib3270/fallbacks.c
  27 +src/lib3270/mkversion.sh
  28 +src/lib3270/version.c
  29 +src/loffice/description.xml
  30 +src/loffice/manifest.xml
  31 +src/php/php3270.h
  32 +src/pw3270/pw3270-logo.png
  33 +src/pw3270/pw3270.png
  34 +src/pw3270/v3270/marshal.c
  35 +src/pw3270/v3270/marshal.h
10 36  
... ...