summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-05 11:21:47 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-05 11:21:47 +0200
commit78aeb7d411d34781225569f7d40eea3d91b198d2 (patch)
tree348d70cbd258963b446799d349f27572b4cf5712 /.gitignore
parent4696f8d68e130632cbcdb14c2bb1dfe71355e9f6 (diff)
parent2b5780499c3e00e1969c461b864994757a21a8d8 (diff)
Merge branch 'dockerize' of https://github.com/feuerrot/travelynx into feuerrot-dockerize
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore61
1 files changed, 61 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f93666b..29532a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,62 @@
/travelynx.conf
+
+# Created by https://www.gitignore.io/api/vim,perl
+# Edit at https://www.gitignore.io/?templates=vim,perl
+
+### Perl ###
+!Build/
+.last_cover_stats
+/META.yml
+/META.json
+/MYMETA.*
+*.o
+*.pm.tdy
+*.bs
+
+# Devel::Cover
+cover_db/
+
+# Devel::NYTProf
+nytprof.out
+
+# Dizt::Zilla
+/.build/
+
+# Module::Build
+_build/
+Build
+Build.bat
+
+# Module::Install
+inc/
+
+# ExtUtils::MakeMaker
+/blib/
+/_eumm/
+/*.gz
+/Makefile
+/Makefile.old
+/MANIFEST.bak
+/pm_to_blib
+/*.zip
+
+### Vim ###
+# Swap
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Session
+Session.vim
+
+# Temporary
+.netrwhist
+*~
+# Auto-generated tag files
+tags
+# Persistent undo
+[._]*.un~
+
+# End of https://www.gitignore.io/api/vim,perl