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