Przeglądaj źródła

Adds gitignore for Eclipse build

As the CMake CDT generator seems unmaintained and does not work anymore
with the current CDT version, Eclipse projects have to be created via
the Eclipse wizard, requiring a build folder in the same parent folder
as the source. This build folder is excluded from Git via this gitignore
file

Signed-off-by: Martin Melik-Merkumians <melik-merkumians@acin.tuwien.ac.at>
Martin Melik-Merkumians 7 lat temu
rodzic
commit
753054a658
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      source/.gitignore

+ 2 - 0
source/.gitignore

@@ -0,0 +1,2 @@
+/Debug/
+/build/