Il 11/12/2011 23:04, Lorenzo Bettini ha scritto:
Ciao Federico

usually, shadow builds are the recommended way to compile sources, so I
didn't mention it in the documentation, but you're right about it :)
please file a ticket at

https://savannah.gnu.org/bugs/?group=src-highlite


I can only search. How can I file a ticket? (I'm logged in)
I'm feeling stupid, but really I can't understand how to do it.

Also, I always wonder - it happens in other free software projects - why filing a ticket for anything, even such simple tasks.

in particular, if you've already built it in the same directory, and you
want to provider an improved .gitignore, please do so.

Mmmh, I think that using the build/ directory is the easier way.
I've made a try (see files attached), but I'm afraid that some lines are not easy to maintain (.texidoc and .h files).

I'm not a developer... no awareness at all! :-)

Cheers,
Federico
diff --git a/.gitignore b/.gitignore
index 25e5e08..50bce52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
 aclocal.m4
 configure
-config.h.in
+config.h*
 Makefile.in
 autom4te.cache
 stamp-h1
@@ -11,4 +11,41 @@ sourcehighlight.kdevses
 build_*
 build
 *~
-*.pro.user*
\ No newline at end of file
+*.pro.user*
+Makefile
+*/Makefile
+cpp2html
+java2html
+*.sh
+*.spec
+*.pc
+*.deps
+*.doxyfile
+config.log
+config.status
+libtool
+*.o
+*.lo
+*.la
+.libs
+gl/arg-nonnull.h
+gl/c++defs.h
+gl/dirent.h
+gl/getopt.h
+gl/stdlib.h
+gl/string.h
+gl/sys/stat.h
+gl/time.h
+gl/unistd.h
+gl/warn-on-use.h
+src/check-regexp
+src/source-highlight*
+doc/*.texinfo
+!doc/test_ref.h.texinfo
+!doc/source-highlight.texinfo
+!doc/help-output.texinfo
+!doc/gpl.texinfo
+!doc/source-highlight-lib.texinfo
+!tests/test_ref.texinfo
+!tests/test.texinfo
+!tests/test.java.texinfo
aclocal.m4
configure
config.h*
Makefile.in
autom4te.cache
stamp-h1
autoscan.log
configure.scan
sourcehighlight.kdevelop.pcs
sourcehighlight.kdevses
build_*
build
*~
*.pro.user*
Makefile
*/Makefile
cpp2html
java2html
*.sh
*.spec
*.pc
*.deps
*.doxyfile
config.log
config.status
libtool
*.o
*.lo
*.la
.libs
gl/arg-nonnull.h
gl/c++defs.h
gl/dirent.h
gl/getopt.h
gl/stdlib.h
gl/string.h
gl/sys/stat.h
gl/time.h
gl/unistd.h
gl/warn-on-use.h
src/check-regexp
src/source-highlight*
doc/*.texinfo
!doc/test_ref.h.texinfo
!doc/source-highlight.texinfo
!doc/help-output.texinfo
!doc/gpl.texinfo
!doc/source-highlight-lib.texinfo
!tests/test_ref.texinfo
!tests/test.texinfo
!tests/test.java.texinfo
_______________________________________________
Help-source-highlight mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-source-highlight

Reply via email to