aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-12-28 12:50:18 -0600
committerKenny Root <kenny@the-b.org>2015-12-28 12:50:20 -0600
commit0e687f55b42e54f201ce1815c305c295685ae0cb (patch)
treeb6cd086cd7eacb10e4af538eb33b232439851fcd
parent3bc88faec1312f81e172f927151bd23408257d2c (diff)
downloadsshlib-0e687f55b42e54f201ce1815c305c295685ae0cb.tar.gz
sshlib-0e687f55b42e54f201ce1815c305c295685ae0cb.tar.bz2
sshlib-0e687f55b42e54f201ce1815c305c295685ae0cb.zip
Add more stuff to .gitignore
Comment previous entries and add more IDEA files.
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5bfe9e5..ee01ea8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,18 @@
+# Gradle files
.gradle
/local.properties
+
+# IDEA files
/.idea/
*.iml
+*.ipr
+*.iws
+
+# MacOS X stuff
.DS_Store
+
+# Build output artifacts
/build
+
+# Testing files
/captures