-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
42 lines (28 loc) · 1.05 KB
/
.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
build/
# By convention, the directory used for the version of VTK that is used for development,
# but not necessarily for constructing installation files.
# (Different developers may have different exact versions.)
VTKBuild/
# Appears to only contain files created by NetBeans during compilation
# and which hence also change frequently.
# Contains among others dist/lib/vtk.jar is (probably)
# linked to the local version of VTK (by convention in VTKBuild/) rather
# than the native VTK files used for constructing installation files.
dist/
lib/jogl/Archive.zip
lib/vtk copy.jar
# Associated with Erik P G Johansson's work flow.
*BACKUP*
# Delete from .gitignore?
src/libovt/libovt-3.0.jnilib_temp
src/libovt/magpackbackup.c
src/libovt 2/
src/ovt/object/MainFieldlineModule.javabackup
src/ovt/util/ImageOperations.backupjava
# File that seem(?) to store some NetBeans settings. Unsure if it should be part of git repo.
lib/nblibraries.properties
# Directory that stores NetBeans machine-specific info.
nbproject/
vtkError.txt
# Java crash log files
hs_err_pid*.log