Update .gitignore

This commit is contained in:
Daiki Ueno 2014-05-14 16:53:17 +09:00
parent 58235d1efa
commit 67ef1fd183
6 changed files with 23 additions and 0 deletions

2
.gitignore vendored
View File

@ -8,6 +8,8 @@
*.o
*.la
*.lo
*.gcno
*.gcda
*.class
*.elc
*.dll

View File

@ -1 +1,3 @@
/libgnuintl.h
/plural.c
/.dirstamp

View File

@ -3,3 +3,7 @@
# Executables generated:
/test-lock
# Logs generated by Automake:
/*.log
/*.trs

View File

@ -10,3 +10,13 @@
/POTFILES
/??@*.insert-header
# Files copied from gettext-runtime:
/Makefile.in.in
/Rules-quot
/boldquot.sed
/en@boldquot.header
/en@quot.header
/insert-header.sin
/quot.sed
/remove-potcdate.sin

View File

@ -2,6 +2,7 @@
/po-gram-gen.c
/po-gram-gen.h
/po-gram-gen2.h
/.dirstamp
# Executables generated:
/user-email

View File

@ -21,3 +21,7 @@
/tstgettext
/tstngettext
# Logs generated by Automake:
/*.log
/*.trs