Update the README file to mark the project as unmaintained
[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/*
105cbbbb 25/config/
e5d75e59
BP
26/config.h
27/config.h.in
28/config.log
29/config.status
e5d75e59
BP
30/configure
31/depcomp
32/install-sh
33/libtool
34/ltmain.sh
35/missing
36/stamp-h1
37
38#
39# More generated files
40#
41Makefile
42Makefile.in
43
44#
45# Cscope files
46#
47/cscope.out
48/cscope.files
This page took 0.031661 seconds and 4 git commands to generate.