java interface: add script to automatically generate lib loader C code
[lttv.git] / .gitignore
CommitLineData
e5d75e59
BP
1#
2# NOTE! Don't add files that are generated in specific
3# subdirectories here. Add them in the ".gitignore" file
4# in that subdirectory instead.
5#
6# NOTE! Please use 'git-ls-files -i --exclude-standard'
7# command after changing this file, to see if there are
8# any tracked files which get ignored after the change.
9#
10# Normal rules
11#
12.*
13!.gitignore
14*.o
15*.lo
16*.la
17*~
18
19#
20# Top-level generated files
21#
e5d75e59
BP
22/INSTALL
23/aclocal.m4
24/autom4te.cache/*
25/config.guess
26/config.h
27/config.h.in
28/config.log
29/config.status
30/config.sub
31/configure
a19b2b25 32/configure.lineno
e5d75e59
BP
33/depcomp
34/install-sh
35/libtool
36/ltmain.sh
37/missing
38/stamp-h1
39
40#
41# More generated files
42#
43Makefile
44Makefile.in
45
46#
47# Cscope files
48#
49/cscope.out
50/cscope.files
This page took 0.026851 seconds and 4 git commands to generate.