Browse Source

add executables

kosciessa 2 years ago
parent
commit
b9b3292c0b

+ 7 - 6
.gitignore

@@ -1,13 +1,14 @@
-# do not consider anything
 
-*
 
-# except for files and directories
+## Here, we actually want to include binaries, otherwise uncomment the block below
 
-!*.*
-!*/
+# do not consider anything
+# *
+# except for files and directories (exludes executables)
+# !*.*
+# !*/
 
-# with the following exclusions
+# exclude with the following exclusions
 
 *.m~
 *.DS_Store

BIN
code/a1_prepare_preprocessing/a1_prepare_preprocessing


BIN
code/a3_ica/a3_ica


BIN
code/a5_segmentation_raw_data/a5_segmentation_raw_data


BIN
code/a6_automatic_artifact_correction/a6_automatic_artifact_correction


BIN
code/a7_prep_data_for_analysis/a7_prep_data_for_analysis