This commit is contained in:
2024-11-04 20:02:50 -05:00
parent 3774e8bdf7
commit d1068ac6f2
5 changed files with 13 additions and 16 deletions

19
.gitignore vendored
View File

@@ -1,17 +1,7 @@
# ---> Java
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
@@ -19,8 +9,11 @@
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
/.metadata/
**/.settings/
**/.classpath
**/.project
**/bin/
.old/

View File

@@ -6,7 +6,7 @@
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="/home/jacob/Documents/javalib.jar"/>
<classpathentry kind="lib" path="/home/jacob/Documents/tester.jar"/>
<classpathentry kind="lib" path="/home/jacob/School/CS3/libs/javalib.jar"/>
<classpathentry kind="lib" path="/home/jacob/School/CS3/libs/tester.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

1
mastermind/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/bin/

3
utils/setxhost.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
xhost +SI:localuser:$(whoami)