diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-06-05 22:33:32 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2015-06-05 22:33:32 +0200 |
commit | a52a91d6a96529dbefaae9f682af3a6025190e8d (patch) | |
tree | 4ef1e05bd24724ad905b6411e5dcef1cd6e504fa /.gitignore | |
download | influxdb-tools-a52a91d6a96529dbefaae9f682af3a6025190e8d.tar.gz influxdb-tools-a52a91d6a96529dbefaae9f682af3a6025190e8d.zip |
some things work
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9a49f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/target/ +/.cache-* +/.classpath +/.project +/.settings/ |