-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
20 lines (19 loc) · 904 Bytes
/
.gitignore
File metadata and controls
20 lines (19 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/AntAlgorithms/ParallelOptimisationWithInheritance/obj/Debug
/AntAlgorithms/ParallelOptimisationWithInheritance/bin/Debug
/AntAlgorithms/ParallelOptimisation/obj/Debug
/AntAlgorithms/AlgorithmsCore/bin/Debug
/AntAlgorithms/AlgorithmsCore/obj/Debug
/AntAlgorithms/ParallelOptimisation/bin/Debug
/AntAlgorithms/packages
/AntAlgorithms/BasicTests/bin/Debug
/AntAlgorithms/Basic/obj/Debug
/AntAlgorithms/Basic/bin/Debug
/AntAlgorithms/AntAlgorithms/packages
/AntAlgorithms/AntAlgorithms/obj/Debug
/AntAlgorithms/AntAlgorithms/bin/Debug
/AntAlgorithms/AlgorithmsCoreTests/obj/Debug
/AntAlgorithms/AlgorithmsCoreTests/bin/Debug
/AntAlgorithms/BasicTests/obj/Debug