-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
41 lines (35 loc) · 959 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
# Emacs temp files
*~
# Object files
*.o
*.a
# Keep .in files
! *.in
# Sources are in .in files, so exclude generated .c and .h files
*.c
*.h
# Keep libraries .c and .h
! Splash-4/radiosity/glibps/*.c
! Splash-4/radiosity/glibps/*.h
! Splash-4/radiosity/glibdumb/*.c
! Splash-4/radiosity/glibdumb/*.h
! Splash-4/volrend/libtiff/*.c
! Splash-4/volrend/libtiff/*.h
! Splash-4/volrend-no_print_lock/libtiff/*.c
! Splash-4/volrend-no_print_lock/libtiff/*.h
# Binaries
Splash-4/barnes/BARNES
Splash-4/cholesky/CHOLESKY
Splash-4/fft/FFT
Splash-4/fmm/FMM
Splash-4/lu-contiguous_blocks/LU-CONT
Splash-4/lu-non_contiguous_blocks/LU-NOCONT
Splash-4/ocean-contiguous_partitions/OCEAN-CONT
Splash-4/ocean-non_contiguous_partitions/OCEAN-NOCONT
Splash-4/radiosity/RADIOSITY
Splash-4/radix/RADIX
Splash-4/raytrace/RAYTRACE
Splash-4/volrend/VOLREND
Splash-4/volrend-no_print_lock/VOLREND-NPL
Splash-4/water-nsquared/WATER-NSQUARED
Splash-4/water-spatial/WATER-SPATIAL