forked from cea-hpc/modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (62 loc) · 1006 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
62
/modulecmd.tcl
/ChangeLog
/README
/Makefile.inc
/version.inc
/modules.log
/modules.sum
/install.log
/install.sum
/icdiff
/.noicdiff
/.aspell.en.prepl
/miniconda3
/nagelfar*
/OpenFOAM-dev
/spack
/tcl8.3.5
/tclsh83
/tcl/coll.tcl
/tcl/envmngt.tcl
/tcl/init.tcl
/tcl/main.tcl
/tcl/mfinterp.tcl
/tcl/modfind.tcl
/tcl/report.tcl
/tcl/subcmd.tcl
/tcl/*_i
/tcl/*_log
/tcl/*_m
/tcl/tags
/tcl/GTAGS
/tcl/GRTAGS
/tcl/GPATH
/tcl/gtags.file
/modulecmd-test.tcl
/modulecmd-test.tcl_i
/coverage
/site.exp
/localtest
/contrib/rpm/environment-modules.spec
/script/add.modules
/script/gitlog2changelog.py
/script/modulecmd
/contrib/modulefiles/modules
/contrib/modulefiles/version
/testsuite/example/.modulespath
/testsuite/example/modulespath-wild
/testsuite/example/modulerc
/testsuite/example/initrc-1
/testsuite/example/initrc
/testsuite/.config
/doc/build
/doc/source/version.py
/doc/demo/*/*.svg
/modules-*.tar
/modules-*.tar.gz
/modules-*.tar.bz2
/modules-*-win
/modules-*-win.zip
# ignore vim swap files
*.swp
*.swo