-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (44 loc) · 924 Bytes
/
.gitignore
File metadata and controls
50 lines (44 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
#*~
*.[oa]
.DS_Store
# This is a file generated by autogen.sh
seqtools_version.m4
# These are autoconf files that can be regenerated and therefore
# should not be added to source control:
aclocal.m4
config.h.in
config.h.in~
configure
depcomp
install-sh
Makefile.in
missing
autom4te.cache
compile
Makefile
config.log
config.h
config.status
stamp-h1
.deps
# Latex generated files
*_manual.aux
*_manual.log
*_manual.out
*_manual.toc
seqtools.aux
seqtools.log
seqtools.bbl
seqtools.pdf
seqtools.blg
# This is a file generated by blixem. It does not seem to be used for anything so
# will probably be removed at some point:
myoutput
# Build stuff to be ignored
#
src/build
!src/build/release_docs