Skip to content

Commit 1175697

Browse files
author
Ward Fisher
committed
Added a template gitignore file that contains autoconf-related files. Ignoring cmake, hdf4, hdf5 tarballs.
1 parent d5335ec commit 1175697

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ NETCDF_MISSING_RUNME.sh
22
netcdf-c
33
.vagrant
44
mysql
5+
cmake-2.8.12.2.tar.gz
6+
hdf-4.2.10.tar.bz2
7+
hdf5-1.8.13.tar.bz2

gitignore.full

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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

0 commit comments

Comments
 (0)