diff options
author | Rene Treffer <treffer@measite.de> | 2015-01-14 22:43:43 +0100 |
---|---|---|
committer | Rene Treffer <treffer@measite.de> | 2015-01-14 22:43:43 +0100 |
commit | 20eb77035659a74e749962acd85146bbf03ce3f1 (patch) | |
tree | c70aaf0c6498219741bc71352e0628d5a6b58e84 /libs/minidns/.gitignore | |
parent | df742ce1e12d9909a0b1777a839e012a6dcdc78b (diff) |
Switch to maven central minidns
Diffstat (limited to 'libs/minidns/.gitignore')
-rw-r--r-- | libs/minidns/.gitignore | 107 |
1 files changed, 0 insertions, 107 deletions
diff --git a/libs/minidns/.gitignore b/libs/minidns/.gitignore deleted file mode 100644 index 2362cd05..00000000 --- a/libs/minidns/.gitignore +++ /dev/null @@ -1,107 +0,0 @@ -# From https://github.com/github/gitignore - -# # # # # # # # # # # # -# Android gitignore # -# # # # # # # # # # # # - -# Built application files -*.apk -*.ap_ - -# Files for the Dalvik VM -*.dex - -# Java class files -*.class - -# Generated files -bin/ -gen/ - -# Gradle files -.gradle/ -build/ - -# Local configuration file (sdk path, etc) -local.properties -gradle.properties - -# Proguard folder generated by Eclipse -proguard/ - -# # # # # # # # -# VIM / Linux # -# # # # # # # # - -[._]*.s[a-w][a-z] -[._]s[a-w][a-z] -*.un~ -Session.vim -.netrwhist -*~ -.directory - -# # # # # # -# Eclipse # -# # # # # # - -*.pydevproject -.metadata -.gradle -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.classpath -.project - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# CDT-specific -.cproject - -# PDT-specific -.buildpath - -# sbteclipse plugin -.target - -# TeXlipse plugin -.texlipse - -# # # # # -# OS X # -# # # # # - -.DS_Store -.AppleDouble -.LSOverride - -# Icon must ends with two \r. -Icon - - -# 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 - - |