Add project status to readme
[ltt-control.git] / .gitignore
CommitLineData
a2e9a724
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#
22/COPYING
23/INSTALL
24/aclocal.m4
25/autom4te.cache/*
26/config.guess
27/config.h
28/config.h.in
29/config.log
30/config.status
31/config.sub
32/configure
33/configure.lineno
34/depcomp
35/install-sh
36/libtool
37/ltmain.sh
38/missing
39/stamp-h1
40
41#
42# More generated files
43#
44Makefile
45Makefile.in
46
47#
48# Cscope files
49#
50/cscope.out
51/cscope.files
This page took 0.023437 seconds and 4 git commands to generate.