Removing whitespace/align errors
[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#
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/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.023755 seconds and 4 git commands to generate.