error check for overflow
[charm.git] / .gitignore
blobc7526d07ee76414ca0ce5365f42ba2dee5b4bc01
1 # Project-level ignore patterns
3 # Ignore objects, archives etc.
4 *.[oad]
6 # Ignore files generated from ci file parsing
7 *.decl.h
8 *.def.h
9 *.ci.stamp
11 # Ignore build artifacts created in the top-level directory
12 smart-build.log
13 VERSION
14 bin
15 include
16 lib
17 lib_so
18 tmp
20 # Ignore directories created from compilation
21 /net-*
22 /mpi-*
23 /lapi*
24 /vmi-*
25 /multicore-*
26 /uth-*
27 /bluegenep*
28 /gemini_gni-crayxe*
30 # Ignore cruft that would result from compiling charm example/test code
31 # Note this is negated inside src/arch to permit addition of new charmrun files in there
32 charmrun
33 pgm
34 *.swp