Files
fail/.gitignore
Martin Hoffmann a3cbb7c690 gem5/cmake: gem5 build integration into Fail*
The SConscript in src/core/sal/gem5 is now generated via CMake
(SConscript.in).  No more hardcoded relative paths -> Fail* build
folder can now be anywhere.  Experiment and Plugin libraries are now
set automagically (using ${EXPERIMENTS_ACTIVATED} /
${PLUGINS_ACTIVATED})

Generated SConscript now resides in binary dir.

Change-Id: I1bf2e17c83c95ffdcf6801c02481064fcb63bfb0
2013-08-21 15:17:14 +02:00

38 lines
692 B
Plaintext

*.o
*.a
*.d
*.acc
*.pb.h
*.pb.cc
*.gcda
*.pyc
*~
Makefile
build
build-*
simulators/bochs/autom4te.cache/
simulators/bochs/bochs
simulators/bochs/build/linux/bochs-dlx
simulators/bochs/build/macosx/Info.plist
simulators/bochs/build/win32/nsis/bochs.nsi
simulators/bochs/bxcommit
simulators/bochs/bximage
simulators/bochs/bxversion.h
simulators/bochs/bxversion.rc
simulators/bochs/config.h
simulators/bochs/config.log
simulators/bochs/config.status
simulators/bochs/libtool
simulators/bochs/ltdlconf.h
simulators/bochs/src
simulators/bochs/tmp
simulators/bochs/install
!simulators/bochs/plex86/kernel/freebsd/Makefile
simulators/gem5/.hg
simulators/gem5/m5out/
src/core/sal/gem5/SConscript