aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-04-08 19:30:35 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-04-08 19:30:35 +0200
commit1bd1dff6d449ab221e191679fd8ec516b7cc1d4e (patch)
treedbb9afa885183300b40e7cd9c29dc892aa4635c3 /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..93356c2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+## Perl 6 precompilation files ##
+.precomp
+
+## Editor files ##
+
+# emacs
+*~
+
+# vim
+.*.sw?
+
+# comma
+.idea
+*.iml