summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLance5057 <Lance5057@gmail.com>2015-01-21 19:51:50 -0600
committerLance5057 <Lance5057@gmail.com>2015-01-21 19:51:50 -0600
commit39642dce74d23f025b71d5766c1ac8489a41a802 (patch)
tree93a2db431417e22a68722469bd16dcca8d54cbf0 /.gitignore
:neckbeard: Added .gitattributes & .gitignore files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore59
1 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3ad1de1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,59 @@
+*.class
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+
+# =========================
+# Operating System Files
+# =========================
+
+# OSX
+# =========================
+
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Thumbnails
+._*
+
+# Files that might appear on external disk
+.Spotlight-V100
+.Trashes
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+# Windows
+# =========================
+
+# Windows image file caches
+Thumbs.db
+ehthumbs.db
+
+# Folder config file
+Desktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Windows Installer files
+*.cab
+*.msi
+*.msm
+*.msp
+
+# Windows shortcuts
+*.lnk