From b46fb04b9d5c171519755c66c66181f4dd0c4529 Mon Sep 17 00:00:00 2001 From: Bruno Moreira-Guedes Date: Sun, 20 Feb 2022 05:14:30 -0300 Subject: [PATCH] Added a .gitignore to the project Many files after build were being mistakenly detected as changes, so I created a .gitignore. It's not complete yet, as the only thing I built was the ServerExe, therefore the other programs might need their own entries. --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..18568d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +ServerExe/*.o +ServerExe/*.exe +ServerExe/*.dll +ServerExe/*.lo +ServerExe/*.la +ServerExe/*.zip +ServerExe/.deps/ +ServerExe/.libs*/ +ServerExe/Makefile* +ServerExe/aclocal.m4 +ServerExe/autom4te.cache/ +ServerExe/compile +ServerExe/config* +ServerExe/depcomp +ServerExe/install-sh +ServerExe/libtool +ServerExe/ltmain.sh +ServerExe/missing +ServerExe/seamlessrdp-1.0/ +