From 1763e1493119d6226d79bbae9cb56c75ffb0a806 Mon Sep 17 00:00:00 2001 From: Simon Moser Date: Mon, 7 Oct 2019 21:20:51 +0200 Subject: [PATCH] Files cleaned --- .gitattributes | 17 ---------- build.xml | 84 -------------------------------------------------- manifest.mf | 3 -- 3 files changed, 104 deletions(-) delete mode 100644 .gitattributes delete mode 100644 build.xml delete mode 100644 manifest.mf diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index bdb0cab..0000000 --- a/.gitattributes +++ /dev/null @@ -1,17 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto - -# Custom for Visual Studio -*.cs diff=csharp - -# Standard to msysgit -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain diff --git a/build.xml b/build.xml deleted file mode 100644 index 02c0404..0000000 --- a/build.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - Builds, tests, and runs the project DungeonGenerator. - - - - - - - - - - - - - - diff --git a/manifest.mf b/manifest.mf deleted file mode 100644 index 328e8e5..0000000 --- a/manifest.mf +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -X-COMMENT: Main-Class will be added automatically by build -