forked from charmplusplus/charm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (39 loc) · 682 Bytes
/
.gitignore
File metadata and controls
44 lines (39 loc) · 682 Bytes
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
# Project-level ignore patterns
# Ignore objects, archives etc.
*.[oad]
# Ignore files generated from ci file parsing
*.decl.h
*.def.h
*.ci.stamp
# Ignore build artifacts
config_opts.sh
smart-build.log
VERSION
bin
include
lib
lib_so
tmp
src/util/pup_f.f90
CMakeCache.txt
cmake_install.cmake
CMakeFiles
/Makefile
Charm++-prefix
src/arch/win/createlink.exe
# Ignore directories created from compilation
/netlrts-*
/verbs-*
/mpi-*
/multicore-*
/uth-*
/pami*
/gemini_gni-crayxe*
/gni-*
/ofi-*
# Ignore cruft that would result from compiling charm example/test code
# Note this is negated inside src/arch to permit addition of new charmrun files in there
charmrun
ampirun
pgm
*.swp