-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore.in
76 lines (62 loc) · 921 Bytes
/
.gitignore.in
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
70
71
72
73
74
75
76
# files generated by Autoconf, Automake, and Gnulib
/AUTHORS
/ChangeLog
/GNUmakefile
/COPYING
/INSTALL
/Makefile
/Makefile.in
/README
/aclocal.m4
/autoconf-archive-*.*.*.tar.*
/autoconf-archive-*.*.*/*
/autom4te.cache/*
/build-aux/*
/config.log
/config.status
/configure
/gnulib
/maint.mk
libtool
**/Makefile.in
**/Makefile
# .config
.config.old
autoconf-bootstrap.spec
conf/depcomp
conf/ltmain.sh
conf/m4/libtool.m4
conf/m4/ltoptions.m4
conf/m4/ltsugar.m4
conf/m4/ltversion.m4
conf/m4/lt~obsolete.m4
conf/py-compile
config.h
config.h.in
config.h.in~
stamp-h1
**/.logs/
**/.deps/
# local generated example files
src/sh_template/script.sh
# external modules
ext/mdsplus
# PYTHON
**/.pip-install.stamp
**/ipysh.py
**/.ipynb_checkpoints/
/autoscan.log
/autoscan-*.log
/compile
/config.h.in
/configure.scan
/depcomp
/install-sh
/missing
/stamp-h1
/build*
vivado_project/
.cache/
.hw/
.xpr
@CONFIG_GIT_IGNORE@