-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
61 lines (58 loc) · 862 Bytes
/
.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
# these files are generated automatically when tcljava is built
tcljava/jdk.cfg
tcljava/Makefile
tcljava/Test.h
tcljava/Test.tcl
tcljava/config.status
tcljava/jaclsh
tcljava/jtclsh
tcljava/pkgIndex.tcl
tcljava/tcljavaConfig.sh
tcljava/btjc/
tcljava/itcl/
tcljava/jacl/
tcljava/tcljava/
tcljava/src/native/javaNative.h
tcljava/src/native/tcl_lang_CObject.h
tcljava/src/native/tcl_lang_IdleHandler.h
tcljava/src/native/tcl_lang_Interp.h
tcljava/src/native/tcl_lang_Notifier.h
tcljava/src/native/tcl_lang_TclList.h
tcljava/src/native/tcl_lang_TimerHandler.h
tcljava/src/native/tcl_lang_Util.h
autom4te.cache/
config.log
build
build.cfg
local
# CVS default ignores begin
tags
TAGS
.make.state
.nse_depinfo
*~
#*
.#*
,*
_$*
*$
*.old
*.bak
*.BAK
*.orig
*.rej
.del-*
*.a
*.olb
*.o
*.obj
*.so
*.dylib
*.exe
*.class
*.jar
*.Z
*.elc
*.ln
core
# CVS default ignores end