File tree 2 files changed +57
-0
lines changed
2 files changed +57
-0
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ NETCDF_MISSING_RUNME.sh
2
2
netcdf-c
3
3
.vagrant
4
4
mysql
5
+ cmake-2.8.12.2.tar.gz
6
+ hdf-4.2.10.tar.bz2
7
+ hdf5-1.8.13.tar.bz2
Original file line number Diff line number Diff line change
1
+ ### The following block of files should be removed
2
+ ### from .gitignore when this branch is merged back in to
3
+ ### master.
4
+ /Makefile
5
+ Makefile.in
6
+ /aclocal.m4
7
+ /autom4te.cache
8
+ /config.*
9
+ /configure
10
+ /depcomp
11
+ /install-sh
12
+ /libtool
13
+ /ltmain.sh
14
+ /m4/
15
+ /missing
16
+ /stamp-h?
17
+ .deps/
18
+ .dirstamp
19
+ .libs/
20
+ *.l[ao]
21
+ *~
22
+ VERSION
23
+ compile
24
+ comps.txt
25
+ libnetcdf.settings
26
+ nc-config
27
+ netcdf.pc
28
+ test-driver
29
+
30
+ ### 'Normal' gitignore files.
31
+ debug.txt
32
+ CTestConfig.cmake
33
+ Vagrantfile
34
+ build*
35
+ html
36
+ doxygen*.tmp
37
+ \#*.*\#
38
+ *.*~
39
+ *.o
40
+ *.lo
41
+ *.la
42
+ myhtml
43
+ CMakeLists.txt.user
44
+ scan-build
45
+ .deps
46
+ .libs
47
+ *.zip
48
+ *.gz
49
+ Makefile
50
+ .DS_Store
51
+ build-par
52
+ build_llvm
53
+ .vagrant
54
+ Vagrantfile
You can’t perform that action at this time.
0 commit comments