-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
69 lines (64 loc) · 1.03 KB
/
.gitignore
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# manually generated and legacy patterns
/src/*.[is]
/*.s[12]p
/examples/*.s[12]p
/*.csv
/examples/*.csv
*.swp
*.patch
/config.h.in*
gmon.out
gmon.txt
# generated by "autoreconf"
/ABOUT-NLS
/aclocal.m4
/auto-aux/
/autom4te.cache/
/compile
/config.guess
/config.h.in
/config.rpath
/config.sub
/configure
/depcomp
/install-sh
/m4/*.m4
/missing
/po/Makefile.in.in
/po/Makevars.template
/po/Rules-quot
/po/boldquot.sed
/po/en@boldquot.header
/po/en@quot.header
/po/insert-header.sin
/po/quot.sed
/po/remove-potcdate.sin
Makefile.in
# generated by "configure"
.deps/
.xnec2c-deps/
/config.h
/config.log
/config.status
/po/POTFILES
/stamp-h1
Makefile
# generated by "make all"
*.o
/doc/xnec2c.1
/po/remove-potcdate.sed
/po/stamp-po
/po/xnec2c.pot
/src/xnec2c
/src/xnec2c-resources.c
/xnec2c.spec
# generated by "make check"
/test-suite.log
# generated by "make dist" and "make distcheck" (or left over by them)
/xnec2c-[1-9]*.tar.gz
/xnec2c-[1-9]*.tar.bz2
/xnec2c-[1-9]*.tar.lz
/xnec2c-[1-9]*.tar.xz
/xnec2c-[1-9]*.tar.zst
/xnec2c-[1-9]*.zip
/xnec2c-[1-9]*.*/