diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2020-12-28 14:56:27 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-28 14:56:27 +0000 |
| commit | a4250a3959dd99b567d41a4e85f02a17de2c00ce (patch) | |
| tree | 6240234174358a294dd3ef4843f18054863c6c19 /.gitignore | |
| download | kotlin-raycaster-a4250a3959dd99b567d41a4e85f02a17de2c00ce.tar.xz kotlin-raycaster-a4250a3959dd99b567d41a4e85f02a17de2c00ce.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a1c2a23 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* |