From 9fd63e55272e6958836b554dcc3af6db3841b571 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 26 Dec 2018 23:12:23 +0100 Subject: [PATCH] Ignore more stuff --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 00ee53ff13..b2c11f3ffb 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ CMakeLists.txt.user .attach_pid* .cproject smpitmp-* +simgrid.pc +__pycache__/ ### cmake CTestCustom.cmake @@ -275,7 +277,7 @@ teshsuite/s4u/actor-autorestart/actor-autorestart teshsuite/s4u/actor-migration/actor-migration teshsuite/s4u/activity-lifecycle/activity-lifecycle teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration -teshsuite/s4u/cloud-sharing/cloud-sharing.cpp +teshsuite/s4u/cloud-sharing/cloud-sharing teshsuite/s4u/comm-pt2pt/comm-pt2pt teshsuite/s4u/concurrent_rw/concurrent_rw teshsuite/s4u/listen_async/listen_async @@ -943,6 +945,7 @@ unit-tmgr ######################################### ## files touched to track the dependencies of java examples examples/java/*/*/*_compiled +examples/java/*/*_compiled /CMakeCache.txt simgrid.jar_finalized simgrid_full.jar -- 2.20.1