瀏覽代碼

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 年之前
父節點
當前提交
753054a658
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      source/.gitignore

+ 2 - 0
source/.gitignore

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